#64158A

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

Shades of Indigo #64158A

Tints of Indigo #64158A

Color information

#64158A (or 0x64158A) is unknown color: approx Indigo. HEX triplet: 64, 15 and 8A. RGB value is (100,21,138). Sum of RGB (Red+Green+Blue) = 100+21+138=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #64158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64158A is #9BEA75. Grayscale: #393939. Windows color (decimal): -10218102 or 9049444. OLE color: 9049444.

HSL color Cylindrical-coordinate representation of color #64158A: hue angle of 280.51º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64158A is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10021138-
CMYK0.280.8500.46
HSL280.51º73.58%31.18%-
HSV(B)280.51º84.78%54.12%-
XYZ10.115.0824.49-
YUV57.96173.17157.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.61%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=38.61%
G=8.11%
B=53.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100211380.280.8500.46280.5173.5831.18
Hex64158A1C5502E1194a1f
Octal144252123412505643111237
Binary110010010101100010101110010101010101110100011001100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,21,138); }

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

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

 a { background-color: rgb(100,21,138); }

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

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

 span { border-color: rgb(100,21,138); }

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