#64027D

Color #64027D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #64027D

Tints of Indigo #64027D

Color information

#64027D (or 0x64027D) is unknown color: approx Indigo. HEX triplet: 64, 02 and 7D. RGB value is (100,2,125). Sum of RGB (Red+Green+Blue) = 100+2+125=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #64027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64027D is #9BFD82. Grayscale: #2C2C2C. Windows color (decimal): -10222979 or 8192612. OLE color: 8192612.

HSL color Cylindrical-coordinate representation of color #64027D: hue angle of 287.8º degrees, saturation: 0.97, 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 #64027D is Cyan = 0.2, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1002125-
CMYK0.20.9800.51
HSL287.8º96.85%24.9%-
HSV(B)287.8º98.4%49.02%-
XYZ8.984.2319.75-
YUV45.32172.97167-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=44.05%
G=0.88%
B=55.07%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10021250.20.9800.51287.896.8524.9
Hex6427D14620331206119
Octal14421752414206344014131
Binary11001001011111011010011000100110011100100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64027D;
 }
 .AnyTagClassName
 {
   color: #64027D;
 }
</style>
background-color css

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

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

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

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

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

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