#62027B

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

Shades of Indigo #62027B

Tints of Indigo #62027B

Color information

#62027B (or 0x62027B) is unknown color: approx Indigo. HEX triplet: 62, 02 and 7B. RGB value is (98,2,123). Sum of RGB (Red+Green+Blue) = 98+2+123=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #62027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62027B is #9DFD84. Grayscale: #2C2C2C. Windows color (decimal): -10354053 or 8061538. OLE color: 8061538.

HSL color Cylindrical-coordinate representation of color #62027B: hue angle of 287.6º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62027B is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB982123-
CMYK0.200.9800.52
HSL287.6º96.8%24.51%-
HSV(B)287.6º98.37%48.24%-
XYZ8.634.0719.07-
YUV44.5172.3166.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=43.95%
G=0.90%
B=55.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9821230.200.9800.52287.696.824.51
Hex6227B14620341206119
Octal14221732414206444014131
Binary11000101011110111010011000100110100100100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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