#571092

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

Shades of Indigo #571092

Tints of Indigo #571092

Color information

#571092 (or 0x571092) is unknown color: approx Indigo. HEX triplet: 57, 10 and 92. RGB value is (87,16,146). Sum of RGB (Red+Green+Blue) = 87+16+146=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #571092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571092 is #A8EF6D. Grayscale: #333333. Windows color (decimal): -11071342 or 9572439. OLE color: 9572439.

HSL color Cylindrical-coordinate representation of color #571092: hue angle of 272.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #571092 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8716146-
CMYK0.400.8900.43
HSL272.77º80.25%31.76%-
HSV(B)272.77º89.04%57.25%-
XYZ9.34.4727.57-
YUV52.05181.02152.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=34.94%
G=6.43%
B=58.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87161460.400.8900.43272.7780.2531.76
Hex571092285902B1115020
Octal127202225013105342112040
Binary10101111000010010010101000101100101010111000100011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571092; }

 p { color: rgb(87,16,146); }

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

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

 a { background-color: rgb(87,16,146); }

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

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

 span { border-color: rgb(87,16,146); }

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