Html Css Color HEX #64027F Indigo

📋 copy color: '#64027F'

red 100 ◦ green 2 ◦ blue 127

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

Shades of Indigo #64027F

Tints of Indigo #64027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 127 (50% from 255) = 55.46%

R = 43.67%
G = 0.87%
B = 55.46%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64027F (or 0x64027F) is known color: Indigo. HEX triplet: 64, 02 and 7F. RGB value is (100,2,127). Sum of RGB (Red+Green+Blue) = 100+2+127=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #64027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64027F is #9BFD80. Grayscale: #2D2D2D. Windows color (decimal): -10222977 or 8323684. OLE color: 8323684.

HSL color Cylindrical-coordinate representation of color #64027F: hue angle of 287.04º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64027F is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 2 127 -
CMYK 0.21 0.98 0 0.50
HSL 287.04º 0.97% 0.25% -
HSV(B) 287.04º 0.98% 0.5% -
XYZ 9.11 4.29 20.43 -
YUV 45.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 100 2 127 0.21 0.98 0 0.50 287.04 0.97 0.25
Hex 64 2 7F 15 62 0 32 11F 61 19
Octal 144 2 177 25 142 0 62 437 141 31
Binary 1100100 10 1111111 10101 1100010 0 110010 100011111 1100001 11001

Color Harmonies of #64027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64027F

Black with #64027F

Text Example


Text Example

White with #64027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64027F; }

 p { color: rgb(100,2,127); }

 H1.HeaderClassName
 {
   color: #64027F;
 }
 .AnyTagClassName
 {
   color: #64027F;
 }
</style>

background-color css

<style>
 a { background-color: #64027F; }

 a { background-color: rgb(100,2,127); }

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

border-color css

<style>
 span { border-color: #64027F; }

 span { border-color: rgb(100,2,127); }

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