#521898

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

Shades of Indigo #521898

Tints of Indigo #521898

Color information

#521898 (or 0x521898) is unknown color: approx Indigo. HEX triplet: 52, 18 and 98. RGB value is (82,24,152). Sum of RGB (Red+Green+Blue) = 82+24+152=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #521898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521898 is #ADE767. Grayscale: #373737. Windows color (decimal): -11396968 or 9967698. OLE color: 9967698.

HSL color Cylindrical-coordinate representation of color #521898: hue angle of 267.19º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521898 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8224152-
CMYK0.460.8400.40
HSL267.19º72.73%34.51%-
HSV(B)267.19º84.21%59.61%-
XYZ9.474.7130.12-
YUV55.93182.22146.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 152 (59.77% from 255) = 58.91%
R=31.78%
G=9.30%
B=58.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82241520.460.8400.40267.1972.7334.51
Hex5218982E5402810b4923
Octal122302305612405041311143
Binary10100101100010011000101110101010001010001000010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521898; }

 p { color: rgb(82,24,152); }

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

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

 a { background-color: rgb(82,24,152); }

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

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

 span { border-color: rgb(82,24,152); }

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