#62029B

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

Shades of Indigo #62029B

Tints of Indigo #62029B

Color information

#62029B (or 0x62029B) is unknown color: approx Indigo. HEX triplet: 62, 02 and 9B. RGB value is (98,2,155). Sum of RGB (Red+Green+Blue) = 98+2+155=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #62029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62029B is #9DFD64. Grayscale: #2F2F2F. Windows color (decimal): -10354021 or 10158690. OLE color: 10158690.

HSL color Cylindrical-coordinate representation of color #62029B: hue angle of 277.65º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62029B is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB982155-
CMYK0.370.9900.39
HSL277.65º97.45%30.78%-
HSV(B)277.65º98.71%60.78%-
XYZ10.985.0131.4-
YUV48.15188.3163.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.43%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 155 (60.94% from 255) = 60.78%
R=38.43%
G=0.78%
B=60.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9821550.370.9900.39277.6597.4530.78
Hex6229B2563027116611f
Octal14222334514304742614137
Binary1100010101001101110010111000110100111100010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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