#64099A

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

Shades of Indigo #64099A

Tints of Indigo #64099A

Color information

#64099A (or 0x64099A) is unknown color: approx Indigo. HEX triplet: 64, 09 and 9A. RGB value is (100,9,154). Sum of RGB (Red+Green+Blue) = 100+9+154=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #64099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64099A is #9BF665. Grayscale: #343434. Windows color (decimal): -10221158 or 10094948. OLE color: 10094948.

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

Color convert

RGB1009154-
CMYK0.350.9400.40
HSL277.66º88.96%31.96%-
HSV(B)277.66º94.16%60.39%-
XYZ11.195.2430.99-
YUV52.74185.15161.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=38.02%
G=3.42%
B=58.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10091540.350.9400.40277.6688.9631.96
Hex6499A235E0281165920
Octal144112324313605042613140
Binary1100100100110011010100011101111001010001000101101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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