#62128D

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

Shades of Indigo #62128D

Tints of Indigo #62128D

Color information

#62128D (or 0x62128D) is unknown color: approx Indigo. HEX triplet: 62, 12 and 8D. RGB value is (98,18,141). Sum of RGB (Red+Green+Blue) = 98+18+141=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #62128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62128D is #9DED72. Grayscale: #373737. Windows color (decimal): -10349939 or 9245282. OLE color: 9245282.

HSL color Cylindrical-coordinate representation of color #62128D: hue angle of 279.02º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62128D is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9818141-
CMYK0.300.8700.45
HSL279.02º77.36%31.18%-
HSV(B)279.02º87.23%55.29%-
XYZ10.064.9525.62-
YUV55.94176158-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=38.13%
G=7.00%
B=54.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98181410.300.8700.45279.0277.3631.18
Hex62128D1E5702D1174d1f
Octal142222153612705542711537
Binary110001010010100011011111010101110101101100010111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62128D; }

 p { color: rgb(98,18,141); }

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

<style>
 a { background-color: #62128D; }

 a { background-color: rgb(98,18,141); }

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

<style>
 span { border-color: #62128D; }

 span { border-color: rgb(98,18,141); }

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