#62019B

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

Shades of Indigo #62019B

Tints of Indigo #62019B

Color information

#62019B (or 0x62019B) is unknown color: approx Indigo. HEX triplet: 62, 01 and 9B. RGB value is (98,1,155). Sum of RGB (Red+Green+Blue) = 98+1+155=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #62019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62019B is #9DFE64. Grayscale: #2F2F2F. Windows color (decimal): -10354277 or 10158434. OLE color: 10158434.

HSL color Cylindrical-coordinate representation of color #62019B: hue angle of 277.79º degrees, saturation: 0.99, 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 #62019B is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB981155-
CMYK0.370.9900.39
HSL277.79º98.72%30.59%-
HSV(B)277.79º99.35%60.78%-
XYZ10.964.9831.39-
YUV47.56188.64163.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.58%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=38.58%
G=0.39%
B=61.02%

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
Decimal9811550.370.9900.39277.7998.7230.59
Hex6219B2563027116631f
Octal14212334514304742614337
Binary110001011001101110010111000110100111100010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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