Html Css Color HEX #64119D Indigo

📋 copy color: '#64119D'

red 100 ◦ green 17 ◦ blue 157

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

Shades of Indigo #64119D

Tints of Indigo #64119D

RGB

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

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

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

R = 36.5%
G = 6.2%
B = 57.3%

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

#64119D (or 0x64119D) is known color: Indigo. HEX triplet: 64, 11 and 9D. RGB value is (100,17,157). Sum of RGB (Red+Green+Blue) = 100+17+157=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #64119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64119D is #9BEE62. Grayscale: #393939. Windows color (decimal): -10219107 or 10293604. OLE color: 10293604.

HSL color Cylindrical-coordinate representation of color #64119D: hue angle of 275.57º degrees, saturation: 0.8, 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 #64119D is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 17 157 -
CMYK 0.36 0.89 0 0.38
HSL 275.57º 0.8% 0.34% -
HSV(B) 275.57º 0.89% 0.62% -
XYZ 11.54 5.54 32.36 -
YUV 57.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 100 17 157 0.36 0.89 0 0.38 275.57 0.8 0.34
Hex 64 11 9D 24 59 0 26 114 50 22
Octal 144 21 235 44 131 0 46 424 120 42
Binary 1100100 10001 10011101 100100 1011001 0 100110 100010100 1010000 100010

Color Harmonies of #64119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64119D

Black with #64119D

Text Example


Text Example

White with #64119D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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