#64009F

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

Shades of Indigo #64009F

Tints of Indigo #64009F

Color information

#64009F (or 0x64009F) is unknown color: approx Indigo. HEX triplet: 64, 00 and 9F. RGB value is (100,0,159). Sum of RGB (Red+Green+Blue) = 100+0+159=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #64009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64009F is #9BFF60. Grayscale: #2F2F2F. Windows color (decimal): -10223457 or 10420324. OLE color: 10420324.

HSL color Cylindrical-coordinate representation of color #64009F: hue angle of 277.74º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64009F is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1000159-
CMYK0.37100.38
HSL277.74º100%31.18%-
HSV(B)277.74º100%62.35%-
XYZ11.515.2133.2-
YUV48.03190.63165.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=38.61%
G=0%
B=61.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10001590.37100.38277.7410031.18
Hex6409F2564026116641f
Octal14402374514404642614437
Binary110010001001111110010111001000100110100010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64009F; }

 p { color: rgb(100,0,159); }

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

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

 a { background-color: rgb(100,0,159); }

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

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

 span { border-color: rgb(100,0,159); }

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