#62169B

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

Shades of Indigo #62169B

Tints of Indigo #62169B

Color information

#62169B (or 0x62169B) is unknown color: approx Indigo. HEX triplet: 62, 16 and 9B. RGB value is (98,22,155). Sum of RGB (Red+Green+Blue) = 98+22+155=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #62169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62169B is #9DE964. Grayscale: #3B3B3B. Windows color (decimal): -10348901 or 10163810. OLE color: 10163810.

HSL color Cylindrical-coordinate representation of color #62169B: hue angle of 274.29º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62169B is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9822155-
CMYK0.370.8600.39
HSL274.29º75.14%34.71%-
HSV(B)274.29º85.81%60.78%-
XYZ11.245.5431.49-
YUV59.89181.68155.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=35.64%
G=8%
B=56.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98221550.370.8600.39274.2975.1434.71
Hex62169B25560271124b23
Octal142262334512604742211343
Binary11000101011010011011100101101011001001111000100101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62169B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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