#650583

Color #650583 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #650583

Tints of Indigo #650583

Color information

#650583 (or 0x650583) is unknown color: approx Indigo. HEX triplet: 65, 05 and 83. RGB value is (101,5,131). Sum of RGB (Red+Green+Blue) = 101+5+131=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #650583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650583 is #9AFA7C. Grayscale: #2F2F2F. Windows color (decimal): -10156669 or 8586597. OLE color: 8586597.

HSL color Cylindrical-coordinate representation of color #650583: hue angle of 285.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650583 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1015131-
CMYK0.230.9600.49
HSL285.71º92.65%26.67%-
HSV(B)285.71º96.18%51.37%-
XYZ9.524.5121.84-
YUV48.07174.8165.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 42.62%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 131 (51.56% from 255) = 55.27%
R=42.62%
G=2.11%
B=55.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10151310.230.9600.49285.7192.6526.67
Hex65583176003111e5d1b
Octal14552032714006143613533
Binary1100101101100000111011111000000110001100011110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650583; }

 p { color: rgb(101,5,131); }

 H1.HeaderClassName
 {
   color: #650583;
 }
 .AnyTagClassName
 {
   color: #650583;
 }
</style>
background-color css

<style>
 a { background-color: #650583; }

 a { background-color: rgb(101,5,131); }

 div.DivClassName
 {
   background-color: #650583;
 }
 .BgClassName
 {
   background-color: #650583;
 }
</style>
border-color css

<style>
 span { border-color: #650583; }

 span { border-color: rgb(101,5,131); }

 td.TdClassName
 {
   border-color: #650583;
 }
 .TagClassName
 {
   border-color: #650583;
 }
</style>