#571998

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

Shades of Indigo #571998

Tints of Indigo #571998

Color information

#571998 (or 0x571998) is unknown color: approx Indigo. HEX triplet: 57, 19 and 98. RGB value is (87,25,152). Sum of RGB (Red+Green+Blue) = 87+25+152=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #571998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571998 is #A8E667. Grayscale: #393939. Windows color (decimal): -11069032 or 9967959. OLE color: 9967959.

HSL color Cylindrical-coordinate representation of color #571998: hue angle of 269.29º degrees, saturation: 0.72, 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 #571998 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8725152-
CMYK0.430.8400.40
HSL269.29º71.75%34.71%-
HSV(B)269.29º83.55%59.61%-
XYZ9.954.9930.14-
YUV58.02181.04148.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 25 (10.16% from 255) = 9.47%
BLUE value IS 152 (59.77% from 255) = 57.58%
R=32.95%
G=9.47%
B=57.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87251520.430.8400.40269.2971.7534.71
Hex5719982B5402810d4823
Octal127312305312405041511043
Binary10101111100110011000101011101010001010001000011011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571998; }

 p { color: rgb(87,25,152); }

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

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

 a { background-color: rgb(87,25,152); }

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

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

 span { border-color: rgb(87,25,152); }

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