#62027F

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

Shades of Indigo #62027F

Tints of Indigo #62027F

Color information

#62027F (or 0x62027F) is unknown color: approx Indigo. HEX triplet: 62, 02 and 7F. RGB value is (98,2,127). Sum of RGB (Red+Green+Blue) = 98+2+127=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 2 (1.17% from 255 or 0.88% 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 #62027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62027F is #9DFD80. Grayscale: #2C2C2C. Windows color (decimal): -10354049 or 8323682. OLE color: 8323682.

HSL color Cylindrical-coordinate representation of color #62027F: hue angle of 286.08º 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 #62027F is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB982127-
CMYK0.230.9800.50
HSL286.08º96.9%25.29%-
HSV(B)286.08º98.43%49.8%-
XYZ8.894.1720.42-
YUV44.95174.3165.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 127 (50% from 255) = 55.95%
R=43.17%
G=0.88%
B=55.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9821270.230.9800.50286.0896.925.29
Hex6227F176203211e6119
Octal14221772714206243614131
Binary11000101011111111011111000100110010100011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62027F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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