#64158B

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

Shades of Indigo #64158B

Tints of Indigo #64158B

Color information

#64158B (or 0x64158B) is unknown color: approx Indigo. HEX triplet: 64, 15 and 8B. RGB value is (100,21,139). Sum of RGB (Red+Green+Blue) = 100+21+139=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #64158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64158B is #9BEA74. Grayscale: #393939. Windows color (decimal): -10218101 or 9114980. OLE color: 9114980.

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

Color convert

RGB10021139-
CMYK0.280.8500.45
HSL280.17º73.75%31.37%-
HSV(B)280.17º84.89%54.51%-
XYZ10.185.1124.88-
YUV58.07173.67157.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=38.46%
G=8.08%
B=53.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100211390.280.8500.45280.1773.7531.37
Hex64158B1C5502D1184a1f
Octal144252133412505543011237
Binary110010010101100010111110010101010101101100011000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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