Html Css Color HEX #570992 Indigo

📋 copy color: '#570992'

red 87 ◦ green 9 ◦ blue 146

#570992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #570992

Tints of Indigo #570992

RGB

 RED value IS 87 (34.38% from 255) = 35.95%

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 146 (57.42% from 255) = 60.33%

R = 35.95%
G = 3.72%
B = 60.33%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#570992 (or 0x570992) is known color: Indigo. HEX triplet: 57, 09 and 92. RGB value is (87,9,146). Sum of RGB (Red+Green+Blue) = 87+9+146=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #570992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570992 is #A8F66D. Grayscale: #2F2F2F. Windows color (decimal): -11073134 or 9570647. OLE color: 9570647.

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

Color convert

RGB 87 9 146 -
CMYK 0.40 0.94 0 0.43
HSL 274.16º 0.88% 0.3% -
HSV(B) 274.16º 0.94% 0.57% -
XYZ 9.22 4.3 27.54 -
YUV 47.94 183.34 155.86 -
System Red Green Blue C M Y K H S L
Decimal 87 9 146 0.40 0.94 0 0.43 274.16 0.88 0.3
Hex 57 9 92 28 5E 0 2B 112 58 1E
Octal 127 11 222 50 136 0 53 422 130 36
Binary 1010111 1001 10010010 101000 1011110 0 101011 100010010 1011000 11110

Color Harmonies of #570992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570992

Black with #570992

Text Example


Text Example

White with #570992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570992; }

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

 H1.HeaderClassName
 {
   color: #570992;
 }
 .AnyTagClassName
 {
   color: #570992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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