#62028D

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

Shades of Indigo #62028D

Tints of Indigo #62028D

Color information

#62028D (or 0x62028D) is unknown color: approx Indigo. HEX triplet: 62, 02 and 8D. RGB value is (98,2,141). Sum of RGB (Red+Green+Blue) = 98+2+141=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #62028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62028D is #9DFD72. Grayscale: #2E2E2E. Windows color (decimal): -10354035 or 9241186. OLE color: 9241186.

HSL color Cylindrical-coordinate representation of color #62028D: hue angle of 281.44º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62028D is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB982141-
CMYK0.300.9900.45
HSL281.44º97.2%28.04%-
HSV(B)281.44º98.58%55.29%-
XYZ9.874.5625.56-
YUV46.55181.3164.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=40.66%
G=0.83%
B=58.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9821410.300.9900.45281.4497.228.04
Hex6228D1E6302D119611c
Octal14222153614305543114134
Binary110001010100011011111011000110101101100011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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