Html Css Color HEX #64037E Indigo

📋 copy color: '#64037E'

red 100 ◦ green 3 ◦ blue 126

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

Shades of Indigo #64037E

Tints of Indigo #64037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

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

R = 43.67%
G = 1.31%
B = 55.02%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64037E (or 0x64037E) is known color: Indigo. HEX triplet: 64, 03 and 7E. RGB value is (100,3,126). Sum of RGB (Red+Green+Blue) = 100+3+126=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #64037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64037E is #9BFC81. Grayscale: #2D2D2D. Windows color (decimal): -10222722 or 8258404. OLE color: 8258404.

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

Color convert

RGB 100 3 126 -
CMYK 0.21 0.98 0 0.51
HSL 287.32º 0.95% 0.25% -
HSV(B) 287.32º 0.98% 0.49% -
XYZ 9.05 4.28 20.09 -
YUV 46.03 173.14 166.5 -
System Red Green Blue C M Y K H S L
Decimal 100 3 126 0.21 0.98 0 0.51 287.32 0.95 0.25
Hex 64 3 7E 15 62 0 33 11F 5F 19
Octal 144 3 176 25 142 0 63 437 137 31
Binary 1100100 11 1111110 10101 1100010 0 110011 100011111 1011111 11001

Color Harmonies of #64037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64037E

Black with #64037E

Text Example


Text Example

White with #64037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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