#62028A

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

Shades of Indigo #62028A

Tints of Indigo #62028A

Color information

#62028A (or 0x62028A) is unknown color: approx Indigo. HEX triplet: 62, 02 and 8A. RGB value is (98,2,138). Sum of RGB (Red+Green+Blue) = 98+2+138=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #62028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62028A is #9DFD75. Grayscale: #2D2D2D. Windows color (decimal): -10354038 or 9044578. OLE color: 9044578.

HSL color Cylindrical-coordinate representation of color #62028A: hue angle of 282.35º 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 #62028A is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB982138-
CMYK0.290.9900.46
HSL282.35º97.14%27.45%-
HSV(B)282.35º98.55%54.12%-
XYZ9.654.4824.4-
YUV46.21179.8164.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 138 (54.30% from 255) = 57.98%
R=41.18%
G=0.84%
B=57.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9821380.290.9900.46282.3597.1427.45
Hex6228A1D6302E11a611b
Octal14222123514305643214133
Binary110001010100010101110111000110101110100011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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