#62108B

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

Shades of Indigo #62108B

Tints of Indigo #62108B

Color information

#62108B (or 0x62108B) is unknown color: approx Indigo. HEX triplet: 62, 10 and 8B. RGB value is (98,16,139). Sum of RGB (Red+Green+Blue) = 98+16+139=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #62108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62108B is #9DEF74. Grayscale: #363636. Windows color (decimal): -10350453 or 9113698. OLE color: 9113698.

HSL color Cylindrical-coordinate representation of color #62108B: hue angle of 280º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62108B is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9816139-
CMYK0.290.8800.45
HSL280º79.35%30.39%-
HSV(B)280º88.49%54.51%-
XYZ9.884.8324.84-
YUV54.54175.67159-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 16 (6.64% from 255) = 6.32%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=38.74%
G=6.32%
B=54.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98161390.290.8800.4528079.3530.39
Hex62108B1D5802D1184f1e
Octal142202133513005543011736
Binary110001010000100010111110110110000101101100011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,16,139); }

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

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

 a { background-color: rgb(98,16,139); }

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

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

 span { border-color: rgb(98,16,139); }

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