Html Css Color HEX #64007F Indigo

📋 copy color: '#64007F'

red 100 ◦ green 0 ◦ blue 127

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

Shades of Indigo #64007F

Tints of Indigo #64007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.05%
G = 0%
B = 55.95%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64007F (or 0x64007F) is known color: Indigo. HEX triplet: 64, 00 and 7F. RGB value is (100,0,127). Sum of RGB (Red+Green+Blue) = 100+0+127=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #64007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64007F is #9BFF80. Grayscale: #2B2B2B. Windows color (decimal): -10223489 or 8323172. OLE color: 8323172.

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

Color convert

RGB 100 0 127 -
CMYK 0.21 1 0 0.50
HSL 287.24º 1% 0.25% -
HSV(B) 287.24º 1% 0.5% -
XYZ 9.09 4.24 20.42 -
YUV 44.38 174.63 167.67 -
System Red Green Blue C M Y K H S L
Decimal 100 0 127 0.21 1 0 0.50 287.24 1 0.25
Hex 64 0 7F 15 64 0 32 11F 64 19
Octal 144 0 177 25 144 0 62 437 144 31
Binary 1100100 0 1111111 10101 1100100 0 110010 100011111 1100100 11001

Color Harmonies of #64007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64007F

Black with #64007F

Text Example


Text Example

White with #64007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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