Html Css Color HEX #64129D Indigo

📋 copy color: '#64129D'

red 100 ◦ green 18 ◦ blue 157

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

Shades of Indigo #64129D

Tints of Indigo #64129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.09%

R = 36.36%
G = 6.55%
B = 57.09%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64129D (or 0x64129D) is known color: Indigo. HEX triplet: 64, 12 and 9D. RGB value is (100,18,157). Sum of RGB (Red+Green+Blue) = 100+18+157=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #64129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64129D is #9BED62. Grayscale: #393939. Windows color (decimal): -10218851 or 10293860. OLE color: 10293860.

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

Color convert

RGB 100 18 157 -
CMYK 0.36 0.89 0 0.38
HSL 275.4º 0.79% 0.34% -
HSV(B) 275.4º 0.89% 0.62% -
XYZ 11.56 5.58 32.37 -
YUV 58.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 100 18 157 0.36 0.89 0 0.38 275.4 0.79 0.34
Hex 64 12 9D 24 59 0 26 113 4F 22
Octal 144 22 235 44 131 0 46 423 117 42
Binary 1100100 10010 10011101 100100 1011001 0 100110 100010011 1001111 100010

Color Harmonies of #64129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64129D

Black with #64129D

Text Example


Text Example

White with #64129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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