#62137C

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

Shades of Indigo #62137C

Tints of Indigo #62137C

Color information

#62137C (or 0x62137C) is unknown color: approx Indigo. HEX triplet: 62, 13 and 7C. RGB value is (98,19,124). Sum of RGB (Red+Green+Blue) = 98+19+124=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #62137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62137C is #9DEC83. Grayscale: #363636. Windows color (decimal): -10349700 or 8131426. OLE color: 8131426.

HSL color Cylindrical-coordinate representation of color #62137C: hue angle of 285.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62137C is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9819124-
CMYK0.210.8500.51
HSL285.14º73.43%28.04%-
HSV(B)285.14º84.68%48.63%-
XYZ8.914.5219.47-
YUV54.59167.17158.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=40.66%
G=7.88%
B=51.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98191240.210.8500.51285.1473.4328.04
Hex62137C155503311d491c
Octal142231742512506343511134
Binary11000101001111111001010110101010110011100011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62137C; }

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

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

<style>
 a { background-color: #62137C; }

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

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

<style>
 span { border-color: #62137C; }

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

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