#62137A

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

Shades of Indigo #62137A

Tints of Indigo #62137A

Color information

#62137A (or 0x62137A) is unknown color: approx Indigo. HEX triplet: 62, 13 and 7A. RGB value is (98,19,122). Sum of RGB (Red+Green+Blue) = 98+19+122=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #62137A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62137A is #9DEC85. Grayscale: #363636. Windows color (decimal): -10349702 or 8000354. OLE color: 8000354.

HSL color Cylindrical-coordinate representation of color #62137A: hue angle of 286.02º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62137A is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9819122-
CMYK0.200.8400.52
HSL286.02º73.05%27.65%-
HSV(B)286.02º84.43%47.84%-
XYZ8.784.4718.81-
YUV54.36166.17159.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.00%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=41.00%
G=7.95%
B=51.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98191220.200.8400.52286.0273.0527.65
Hex62137A145403411e491c
Octal142231722412406443611134
Binary11000101001111110101010010101000110100100011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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