Html Css Color HEX #64129E Indigo

📋 copy color: '#64129E'

red 100 ◦ green 18 ◦ blue 158

#64129E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #64129E

Tints of Indigo #64129E

RGB

 RED value IS 100 (39.45% from 255) = 36.23%

 GREEN value IS 18 (7.42% from 255) = 6.52%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 36.23%
G = 6.52%
B = 57.25%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64129E (or 0x64129E) is known color: Indigo. HEX triplet: 64, 12 and 9E. RGB value is (100,18,158). Sum of RGB (Red+Green+Blue) = 100+18+158=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #64129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64129E is #9BED61. Grayscale: #3A3A3A. Windows color (decimal): -10218850 or 10359396. OLE color: 10359396.

HSL color Cylindrical-coordinate representation of color #64129E: hue angle of 275.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64129E is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 18 158 -
CMYK 0.37 0.89 0 0.38
HSL 275.14º 0.8% 0.35% -
HSV(B) 275.14º 0.89% 0.62% -
XYZ 11.64 5.61 32.82 -
YUV 58.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 100 18 158 0.37 0.89 0 0.38 275.14 0.8 0.35
Hex 64 12 9E 25 59 0 26 113 50 23
Octal 144 22 236 45 131 0 46 423 120 43
Binary 1100100 10010 10011110 100101 1011001 0 100110 100010011 1010000 100011

Color Harmonies of #64129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64129E

Black with #64129E

Text Example


Text Example

White with #64129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64129E;
 }
 .AnyTagClassName
 {
   color: #64129E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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