Html Css Color HEX #570BAA Indigo

📋 copy color: '#570BAA'

red 87 ◦ green 11 ◦ blue 170

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

Shades of Indigo #570BAA

Tints of Indigo #570BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.1%

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 32.46%
G = 4.1%
B = 63.43%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#570BAA (or 0x570BAA) is known color: Indigo. HEX triplet: 57, 0B and AA. RGB value is (87,11,170). Sum of RGB (Red+Green+Blue) = 87+11+170=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #570BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570BAA is #A8F455. Grayscale: #333333. Windows color (decimal): -11072598 or 11144023. OLE color: 11144023.

HSL color Cylindrical-coordinate representation of color #570BAA: hue angle of 268.68º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570BAA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 11 170 -
CMYK 0.49 0.94 0 0.33
HSL 268.68º 0.88% 0.35% -
HSV(B) 268.68º 0.94% 0.67% -
XYZ 11.31 5.17 38.43 -
YUV 51.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 87 11 170 0.49 0.94 0 0.33 268.68 0.88 0.35
Hex 57 B AA 31 5E 0 21 10D 58 23
Octal 127 13 252 61 136 0 41 415 130 43
Binary 1010111 1011 10101010 110001 1011110 0 100001 100001101 1011000 100011

Color Harmonies of #570BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570BAA

Black with #570BAA

Text Example


Text Example

White with #570BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570BAA; }

 p { color: rgb(87,11,170); }

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

background-color css

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

 a { background-color: rgb(87,11,170); }

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

border-color css

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

 span { border-color: rgb(87,11,170); }

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