Html Css Color HEX #570099 Indigo

📋 copy color: '#570099'

red 87 ◦ green 0 ◦ blue 153

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

Shades of Indigo #570099

Tints of Indigo #570099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.25%
G = 0%
B = 63.75%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#570099 (or 0x570099) is known color: Indigo. HEX triplet: 57, 00 and 99. RGB value is (87,0,153). Sum of RGB (Red+Green+Blue) = 87+0+153=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #570099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570099 is #A8FF66. Grayscale: #2A2A2A. Windows color (decimal): -11075431 or 10027095. OLE color: 10027095.

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

Color convert

RGB 87 0 153 -
CMYK 0.43 1 0 0.4
HSL 274.12º 1% 0.3% -
HSV(B) 274.12º 1% 0.6% -
XYZ 9.68 4.33 30.46 -
YUV 43.46 189.82 159.06 -
System Red Green Blue C M Y K H S L
Decimal 87 0 153 0.43 1 0 0.4 274.12 1 0.3
Hex 57 0 99 2B 64 0 28 112 64 1E
Octal 127 0 231 53 144 0 50 422 144 36
Binary 1010111 0 10011001 101011 1100100 0 101000 100010010 1100100 11110

Color Harmonies of #570099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570099

Black with #570099

Text Example


Text Example

White with #570099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570099; }

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

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

background-color css

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

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

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

border-color css

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

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

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