#62158A

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

Shades of Indigo #62158A

Tints of Indigo #62158A

Color information

#62158A (or 0x62158A) is unknown color: approx Indigo. HEX triplet: 62, 15 and 8A. RGB value is (98,21,138). Sum of RGB (Red+Green+Blue) = 98+21+138=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #62158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #62158A is #9DEA75. Grayscale: #383838. Windows color (decimal): -10349174 or 9049442. OLE color: 9049442.

HSL color Cylindrical-coordinate representation of color #62158A: hue angle of 279.49º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62158A is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9821138-
CMYK0.290.8500.46
HSL279.49º73.58%31.18%-
HSV(B)279.49º84.78%54.12%-
XYZ9.894.9724.48-
YUV57.36173.51156.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=38.13%
G=8.17%
B=53.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98211380.290.8500.46279.4973.5831.18
Hex62158A1D5502E1174a1f
Octal142252123512505642711237
Binary110001010101100010101110110101010101110100010111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62158A; }

 p { color: rgb(98,21,138); }

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

<style>
 a { background-color: #62158A; }

 a { background-color: rgb(98,21,138); }

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

<style>
 span { border-color: #62158A; }

 span { border-color: rgb(98,21,138); }

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