#62127E

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

Shades of Indigo #62127E

Tints of Indigo #62127E

Color information

#62127E (or 0x62127E) is unknown color: approx Indigo. HEX triplet: 62, 12 and 7E. RGB value is (98,18,126). Sum of RGB (Red+Green+Blue) = 98+18+126=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #62127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62127E is #9DED81. Grayscale: #353535. Windows color (decimal): -10349954 or 8262242. OLE color: 8262242.

HSL color Cylindrical-coordinate representation of color #62127E: hue angle of 284.44º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62127E is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9818126-
CMYK0.220.8600.51
HSL284.44º75%28.24%-
HSV(B)284.44º85.71%49.41%-
XYZ9.024.5420.14-
YUV54.23168.5159.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 126 (49.61% from 255) = 52.07%
R=40.50%
G=7.44%
B=52.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal98181260.220.8600.51284.447528.24
Hex62127E165603311c4b1c
Octal142221762612606343411334
Binary11000101001011111101011010101100110011100011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62127E; }

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

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

<style>
 a { background-color: #62127E; }

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

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

<style>
 span { border-color: #62127E; }

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

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