#64169D

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

Shades of Indigo #64169D

Tints of Indigo #64169D

Color information

#64169D (or 0x64169D) is unknown color: approx Indigo. HEX triplet: 64, 16 and 9D. RGB value is (100,22,157). Sum of RGB (Red+Green+Blue) = 100+22+157=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #64169D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64169D is #9BE962. Grayscale: #3C3C3C. Windows color (decimal): -10217827 or 10294884. OLE color: 10294884.

HSL color Cylindrical-coordinate representation of color #64169D: hue angle of 274.67º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64169D is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10022157-
CMYK0.360.8600.38
HSL274.67º75.42%35.1%-
HSV(B)274.67º85.99%61.57%-
XYZ11.635.7232.39-
YUV60.71182.34156.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=35.84%
G=7.89%
B=56.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100221570.360.8600.38274.6775.4235.1
Hex64169D24560261134b23
Octal144262354412604642311343
Binary11001001011010011101100100101011001001101000100111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,22,157); }

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

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

 a { background-color: rgb(100,22,157); }

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

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

 span { border-color: rgb(100,22,157); }

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