#64158D

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

Shades of Indigo #64158D

Tints of Indigo #64158D

Color information

#64158D (or 0x64158D) is unknown color: approx Indigo. HEX triplet: 64, 15 and 8D. RGB value is (100,21,141). Sum of RGB (Red+Green+Blue) = 100+21+141=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #64158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64158D is #9BEA72. Grayscale: #393939. Windows color (decimal): -10218099 or 9246052. OLE color: 9246052.

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

Color convert

RGB10021141-
CMYK0.290.8500.45
HSL279.5º74.07%31.76%-
HSV(B)279.5º85.11%55.29%-
XYZ10.335.1725.65-
YUV58.3174.67157.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 21 (8.59% from 255) = 8.02%
BLUE value IS 141 (55.47% from 255) = 53.82%
R=38.17%
G=8.02%
B=53.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100211410.290.8500.45279.574.0731.76
Hex64158D1D5502D1184a20
Octal144252153512505543011240
Binary1100100101011000110111101101010101011011000110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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