#64019A

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

Shades of Indigo #64019A

Tints of Indigo #64019A

Color information

#64019A (or 0x64019A) is unknown color: approx Indigo. HEX triplet: 64, 01 and 9A. RGB value is (100,1,154). Sum of RGB (Red+Green+Blue) = 100+1+154=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #64019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64019A is #9BFE65. Grayscale: #2F2F2F. Windows color (decimal): -10223206 or 10092900. OLE color: 10092900.

HSL color Cylindrical-coordinate representation of color #64019A: hue angle of 278.82º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64019A is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1001154-
CMYK0.350.9900.40
HSL278.82º98.71%30.39%-
HSV(B)278.82º99.35%60.39%-
XYZ11.15.0630.96-
YUV48.04187.8165.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 154 (60.55% from 255) = 60.39%
R=39.22%
G=0.39%
B=60.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10011540.350.9900.40278.8298.7130.39
Hex6419A2363028117631e
Octal14412324314305042714336
Binary110010011001101010001111000110101000100010111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64019A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64019A; }

 p { color: rgb(100,1,154); }

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

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

 a { background-color: rgb(100,1,154); }

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

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

 span { border-color: rgb(100,1,154); }

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