Html Css Color HEX #64087F Indigo

📋 copy color: '#64087F'

red 100 ◦ green 8 ◦ blue 127

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

Shades of Indigo #64087F

Tints of Indigo #64087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 42.55%
G = 3.4%
B = 54.04%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#64087F (or 0x64087F) is known color: Indigo. HEX triplet: 64, 08 and 7F. RGB value is (100,8,127). Sum of RGB (Red+Green+Blue) = 100+8+127=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #64087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64087F is #9BF780. Grayscale: #303030. Windows color (decimal): -10221441 or 8325220. OLE color: 8325220.

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

Color convert

RGB 100 8 127 -
CMYK 0.21 0.94 0 0.50
HSL 286.39º 0.88% 0.26% -
HSV(B) 286.39º 0.94% 0.5% -
XYZ 9.17 4.42 20.45 -
YUV 49.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 100 8 127 0.21 0.94 0 0.50 286.39 0.88 0.26
Hex 64 8 7F 15 5E 0 32 11E 58 1A
Octal 144 10 177 25 136 0 62 436 130 32
Binary 1100100 1000 1111111 10101 1011110 0 110010 100011110 1011000 11010

Color Harmonies of #64087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64087F

Black with #64087F

Text Example


Text Example

White with #64087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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