#62137B

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

Shades of Indigo #62137B

Tints of Indigo #62137B

Color information

#62137B (or 0x62137B) is unknown color: approx Indigo. HEX triplet: 62, 13 and 7B. RGB value is (98,19,123). Sum of RGB (Red+Green+Blue) = 98+19+123=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #62137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62137B is #9DEC84. Grayscale: #363636. Windows color (decimal): -10349701 or 8065890. OLE color: 8065890.

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

Color convert

RGB9819123-
CMYK0.200.8500.52
HSL285.58º73.24%27.84%-
HSV(B)285.58º84.55%48.24%-
XYZ8.854.4919.14-
YUV54.48166.67159.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.83%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=40.83%
G=7.92%
B=51.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal98191230.200.8500.52285.5873.2427.84
Hex62137B145503411e491c
Octal142231732412506443611134
Binary11000101001111110111010010101010110100100011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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