#62168B

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

Shades of Indigo #62168B

Tints of Indigo #62168B

Color information

#62168B (or 0x62168B) is unknown color: approx Indigo. HEX triplet: 62, 16 and 8B. RGB value is (98,22,139). Sum of RGB (Red+Green+Blue) = 98+22+139=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #62168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62168B is #9DE974. Grayscale: #393939. Windows color (decimal): -10348917 or 9115234. OLE color: 9115234.

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

Color convert

RGB9822139-
CMYK0.290.8400.45
HSL278.97º72.67%31.57%-
HSV(B)278.97º84.17%54.51%-
XYZ9.985.0324.87-
YUV58.06173.68156.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=37.84%
G=8.49%
B=53.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98221390.290.8400.45278.9772.6731.57
Hex62168B1D5402D1174920
Octal142262133512405542711140
Binary1100010101101000101111101101010001011011000101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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