Html Css Color HEX #64017D Indigo

📋 copy color: '#64017D'

red 100 ◦ green 1 ◦ blue 125

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

Shades of Indigo #64017D

Tints of Indigo #64017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 44.25%
G = 0.44%
B = 55.31%

CMYK

 C value IS 0.2

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64017D (or 0x64017D) is known color: Indigo. HEX triplet: 64, 01 and 7D. RGB value is (100,1,125). Sum of RGB (Red+Green+Blue) = 100+1+125=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #64017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64017D is #9BFE82. Grayscale: #2C2C2C. Windows color (decimal): -10223235 or 8192356. OLE color: 8192356.

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

Color convert

RGB 100 1 125 -
CMYK 0.2 0.99 0 0.51
HSL 287.9º 0.98% 0.25% -
HSV(B) 287.9º 0.99% 0.49% -
XYZ 8.97 4.21 19.74 -
YUV 44.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 100 1 125 0.2 0.99 0 0.51 287.9 0.98 0.25
Hex 64 1 7D 14 63 0 33 120 62 19
Octal 144 1 175 24 143 0 63 440 142 31
Binary 1100100 1 1111101 10100 1100011 0 110011 100100000 1100010 11001

Color Harmonies of #64017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64017D

Black with #64017D

Text Example


Text Example

White with #64017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,1,125); }

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

background-color css

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

 a { background-color: rgb(100,1,125); }

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

border-color css

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

 span { border-color: rgb(100,1,125); }

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