#64027B

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

Shades of Indigo #64027B

Tints of Indigo #64027B

Color information

#64027B (or 0x64027B) is unknown color: approx Indigo. HEX triplet: 64, 02 and 7B. RGB value is (100,2,123). Sum of RGB (Red+Green+Blue) = 100+2+123=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #64027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64027B is #9BFD84. Grayscale: #2C2C2C. Windows color (decimal): -10222981 or 8061540. OLE color: 8061540.

HSL color Cylindrical-coordinate representation of color #64027B: hue angle of 288.6º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64027B is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1002123-
CMYK0.190.9800.52
HSL288.6º96.8%24.51%-
HSV(B)288.6º98.37%48.24%-
XYZ8.854.1819.08-
YUV45.1171.97167.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=44.44%
G=0.89%
B=54.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10021230.190.9800.52288.696.824.51
Hex6427B13620341216119
Octal14421732314206444114131
Binary11001001011110111001111000100110100100100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64027B; }

 p { color: rgb(100,2,123); }

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

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

 a { background-color: rgb(100,2,123); }

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

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

 span { border-color: rgb(100,2,123); }

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