Html Css Color HEX #570199 Indigo

📋 copy color: '#570199'

red 87 ◦ green 1 ◦ blue 153

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

Shades of Indigo #570199

Tints of Indigo #570199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 36.1%
G = 0.41%
B = 63.49%

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

#570199 (or 0x570199) is known color: Indigo. HEX triplet: 57, 01 and 99. RGB value is (87,1,153). Sum of RGB (Red+Green+Blue) = 87+1+153=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #570199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570199 is #A8FE66. Grayscale: #2B2B2B. Windows color (decimal): -11075175 or 10027351. OLE color: 10027351.

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

Color convert

RGB 87 1 153 -
CMYK 0.43 0.99 0 0.4
HSL 273.95º 0.99% 0.3% -
HSV(B) 273.95º 0.99% 0.6% -
XYZ 9.69 4.35 30.47 -
YUV 44.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 87 1 153 0.43 0.99 0 0.4 273.95 0.99 0.3
Hex 57 1 99 2B 63 0 28 112 63 1E
Octal 127 1 231 53 143 0 50 422 143 36
Binary 1010111 1 10011001 101011 1100011 0 101000 100010010 1100011 11110

Color Harmonies of #570199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570199

Black with #570199

Text Example


Text Example

White with #570199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570199; }

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

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

background-color css

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

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

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

border-color css

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

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

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