Html Css Color HEX #570299 Indigo

📋 copy color: '#570299'

red 87 ◦ green 2 ◦ blue 153

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

Shades of Indigo #570299

Tints of Indigo #570299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 35.95%
G = 0.83%
B = 63.22%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#570299 (or 0x570299) is known color: Indigo. HEX triplet: 57, 02 and 99. RGB value is (87,2,153). Sum of RGB (Red+Green+Blue) = 87+2+153=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #570299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570299 is #A8FD66. Grayscale: #2C2C2C. Windows color (decimal): -11074919 or 10027607. OLE color: 10027607.

HSL color Cylindrical-coordinate representation of color #570299: hue angle of 273.77º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #570299 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 2 153 -
CMYK 0.43 0.99 0 0.4
HSL 273.77º 0.97% 0.3% -
HSV(B) 273.77º 0.99% 0.6% -
XYZ 9.7 4.37 30.47 -
YUV 44.63 189.16 158.22 -
System Red Green Blue C M Y K H S L
Decimal 87 2 153 0.43 0.99 0 0.4 273.77 0.97 0.3
Hex 57 2 99 2B 63 0 28 112 61 1E
Octal 127 2 231 53 143 0 50 422 141 36
Binary 1010111 10 10011001 101011 1100011 0 101000 100010010 1100001 11110

Color Harmonies of #570299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570299

Black with #570299

Text Example


Text Example

White with #570299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570299; }

 p { color: rgb(87,2,153); }

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

background-color css

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

 a { background-color: rgb(87,2,153); }

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

border-color css

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

 span { border-color: rgb(87,2,153); }

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