#62139B

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

Shades of Indigo #62139B

Tints of Indigo #62139B

Color information

#62139B (or 0x62139B) is unknown color: approx Indigo. HEX triplet: 62, 13 and 9B. RGB value is (98,19,155). Sum of RGB (Red+Green+Blue) = 98+19+155=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #62139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62139B is #9DEC64. Grayscale: #393939. Windows color (decimal): -10349669 or 10163042. OLE color: 10163042.

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

Color convert

RGB9819155-
CMYK0.370.8800.39
HSL274.85º78.16%34.12%-
HSV(B)274.85º87.74%60.78%-
XYZ11.195.4331.47-
YUV58.12182.67156.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 155 (60.94% from 255) = 56.99%
R=36.03%
G=6.99%
B=56.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98191550.370.8800.39274.8578.1634.12
Hex62139B25580271134e22
Octal142232334513004742311642
Binary11000101001110011011100101101100001001111000100111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62139B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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