Html Css Color HEX #570A69 Indigo

📋 copy color: '#570A69'

red 87 ◦ green 10 ◦ blue 105

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

Shades of Indigo #570A69

Tints of Indigo #570A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.95%

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 43.07%
G = 4.95%
B = 51.98%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#570A69 (or 0x570A69) is known color: Indigo. HEX triplet: 57, 0A and 69. RGB value is (87,10,105). Sum of RGB (Red+Green+Blue) = 87+10+105=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #570A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570A69 is #A8F596. Grayscale: #2B2B2B. Windows color (decimal): -11072919 or 6883927. OLE color: 6883927.

HSL color Cylindrical-coordinate representation of color #570A69: hue angle of 288.63º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570A69 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 10 105 -
CMYK 0.17 0.90 0 0.59
HSL 288.63º 0.83% 0.23% -
HSV(B) 288.63º 0.9% 0.41% -
XYZ 6.59 3.26 13.65 -
YUV 43.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 87 10 105 0.17 0.90 0 0.59 288.63 0.83 0.23
Hex 57 A 69 11 5A 0 3B 121 53 17
Octal 127 12 151 21 132 0 73 441 123 27
Binary 1010111 1010 1101001 10001 1011010 0 111011 100100001 1010011 10111

Color Harmonies of #570A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570A69

Black with #570A69

Text Example


Text Example

White with #570A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,10,105); }

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

background-color css

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

 a { background-color: rgb(87,10,105); }

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

border-color css

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

 span { border-color: rgb(87,10,105); }

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