Html Css Color HEX #64147E Indigo

📋 copy color: '#64147E'

red 100 ◦ green 20 ◦ blue 126

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

Shades of Indigo #64147E

Tints of Indigo #64147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 40.65%
G = 8.13%
B = 51.22%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64147E (or 0x64147E) is known color: Indigo. HEX triplet: 64, 14 and 7E. RGB value is (100,20,126). Sum of RGB (Red+Green+Blue) = 100+20+126=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #64147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64147E is #9BEB81. Grayscale: #373737. Windows color (decimal): -10218370 or 8262756. OLE color: 8262756.

HSL color Cylindrical-coordinate representation of color #64147E: hue angle of 285.28º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64147E is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 20 126 -
CMYK 0.21 0.84 0 0.51
HSL 285.28º 0.73% 0.29% -
HSV(B) 285.28º 0.84% 0.49% -
XYZ 9.27 4.72 20.16 -
YUV 56 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 100 20 126 0.21 0.84 0 0.51 285.28 0.73 0.29
Hex 64 14 7E 15 54 0 33 11D 49 1D
Octal 144 24 176 25 124 0 63 435 111 35
Binary 1100100 10100 1111110 10101 1010100 0 110011 100011101 1001001 11101

Color Harmonies of #64147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64147E

Black with #64147E

Text Example


Text Example

White with #64147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,20,126); }

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

background-color css

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

 a { background-color: rgb(100,20,126); }

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

border-color css

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

 span { border-color: rgb(100,20,126); }

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