Html Css Color HEX #64137C Indigo

📋 copy color: '#64137C'

red 100 ◦ green 19 ◦ blue 124

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

Shades of Indigo #64137C

Tints of Indigo #64137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 41.15%
G = 7.82%
B = 51.03%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64137C (or 0x64137C) is known color: Indigo. HEX triplet: 64, 13 and 7C. RGB value is (100,19,124). Sum of RGB (Red+Green+Blue) = 100+19+124=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #64137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64137C is #9BEC83. Grayscale: #363636. Windows color (decimal): -10218628 or 8131428. OLE color: 8131428.

HSL color Cylindrical-coordinate representation of color #64137C: hue angle of 286.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64137C is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 19 124 -
CMYK 0.19 0.85 0 0.51
HSL 286.29º 0.73% 0.28% -
HSV(B) 286.29º 0.85% 0.49% -
XYZ 9.13 4.63 19.48 -
YUV 55.19 166.84 159.96 -
System Red Green Blue C M Y K H S L
Decimal 100 19 124 0.19 0.85 0 0.51 286.29 0.73 0.28
Hex 64 13 7C 13 55 0 33 11E 49 1C
Octal 144 23 174 23 125 0 63 436 111 34
Binary 1100100 10011 1111100 10011 1010101 0 110011 100011110 1001001 11100

Color Harmonies of #64137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64137C

Black with #64137C

Text Example


Text Example

White with #64137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,19,124); }

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

background-color css

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

 a { background-color: rgb(100,19,124); }

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

border-color css

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

 span { border-color: rgb(100,19,124); }

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