#62127F

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

Shades of Indigo #62127F

Tints of Indigo #62127F

Color information

#62127F (or 0x62127F) is unknown color: approx Indigo. HEX triplet: 62, 12 and 7F. RGB value is (98,18,127). Sum of RGB (Red+Green+Blue) = 98+18+127=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #62127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62127F is #9DED80. Grayscale: #353535. Windows color (decimal): -10349953 or 8327778. OLE color: 8327778.

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

Color convert

RGB9818127-
CMYK0.230.8600.50
HSL284.04º75.17%28.43%-
HSV(B)284.04º85.83%49.8%-
XYZ9.084.5620.48-
YUV54.35169159.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.33%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 127 (50% from 255) = 52.26%
R=40.33%
G=7.41%
B=52.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98181270.230.8600.50284.0475.1728.43
Hex62127F175603211c4b1c
Octal142221772712606243411334
Binary11000101001011111111011110101100110010100011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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