Html Css Color HEX #64119C Indigo

📋 copy color: '#64119C'

red 100 ◦ green 17 ◦ blue 156

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

Shades of Indigo #64119C

Tints of Indigo #64119C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 36.63%
G = 6.23%
B = 57.14%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64119C (or 0x64119C) is known color: Indigo. HEX triplet: 64, 11 and 9C. RGB value is (100,17,156). Sum of RGB (Red+Green+Blue) = 100+17+156=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #64119C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64119C is #9BEE63. Grayscale: #393939. Windows color (decimal): -10219108 or 10228068. OLE color: 10228068.

HSL color Cylindrical-coordinate representation of color #64119C: hue angle of 275.83º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64119C is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 17 156 -
CMYK 0.36 0.89 0 0.39
HSL 275.83º 0.8% 0.34% -
HSV(B) 275.83º 0.89% 0.61% -
XYZ 11.46 5.51 31.91 -
YUV 57.66 183.5 158.2 -
System Red Green Blue C M Y K H S L
Decimal 100 17 156 0.36 0.89 0 0.39 275.83 0.8 0.34
Hex 64 11 9C 24 59 0 27 114 50 22
Octal 144 21 234 44 131 0 47 424 120 42
Binary 1100100 10001 10011100 100100 1011001 0 100111 100010100 1010000 100010

Color Harmonies of #64119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64119C

Black with #64119C

Text Example


Text Example

White with #64119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64119C; }

 p { color: rgb(100,17,156); }

 H1.HeaderClassName
 {
   color: #64119C;
 }
 .AnyTagClassName
 {
   color: #64119C;
 }
</style>

background-color css

<style>
 a { background-color: #64119C; }

 a { background-color: rgb(100,17,156); }

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

border-color css

<style>
 span { border-color: #64119C; }

 span { border-color: rgb(100,17,156); }

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