#64129B

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

Shades of Indigo #64129B

Tints of Indigo #64129B

Color information

#64129B (or 0x64129B) is unknown color: approx Indigo. HEX triplet: 64, 12 and 9B. RGB value is (100,18,155). Sum of RGB (Red+Green+Blue) = 100+18+155=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #64129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64129B is #9BED64. Grayscale: #393939. Windows color (decimal): -10218853 or 10162788. OLE color: 10162788.

HSL color Cylindrical-coordinate representation of color #64129B: hue angle of 275.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64129B is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10018155-
CMYK0.350.8800.39
HSL275.91º79.19%33.92%-
HSV(B)275.91º88.39%60.78%-
XYZ11.395.5131.47-
YUV58.14182.67157.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=36.63%
G=6.59%
B=56.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100181550.350.8800.39275.9179.1933.92
Hex64129B23580271144f22
Octal144222334313004742411742
Binary11001001001010011011100011101100001001111000101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,18,155); }

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

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

 a { background-color: rgb(100,18,155); }

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

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

 span { border-color: rgb(100,18,155); }

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