#64028A

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

Shades of Indigo #64028A

Tints of Indigo #64028A

Color information

#64028A (or 0x64028A) is unknown color: approx Indigo. HEX triplet: 64, 02 and 8A. RGB value is (100,2,138). Sum of RGB (Red+Green+Blue) = 100+2+138=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #64028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64028A is #9BFD75. Grayscale: #2E2E2E. Windows color (decimal): -10222966 or 9044580. OLE color: 9044580.

HSL color Cylindrical-coordinate representation of color #64028A: hue angle of 283.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64028A is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1002138-
CMYK0.280.9900.46
HSL283.24º97.14%27.45%-
HSV(B)283.24º98.55%54.12%-
XYZ9.864.5924.41-
YUV46.81179.47165.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.67%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=41.67%
G=0.83%
B=57.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10021380.280.9900.46283.2497.1427.45
Hex6428A1C6302E11b611b
Octal14422123414305643314133
Binary110010010100010101110011000110101110100011011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64028A; }

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

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

<style>
 a { background-color: #64028A; }

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

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

<style>
 span { border-color: #64028A; }

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

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