Html Css Color HEX #570975 Indigo

📋 copy color: '#570975'

red 87 ◦ green 9 ◦ blue 117

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

Shades of Indigo #570975

Tints of Indigo #570975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 40.85%
G = 4.23%
B = 54.93%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#570975 (or 0x570975) is known color: Indigo. HEX triplet: 57, 09 and 75. RGB value is (87,9,117). Sum of RGB (Red+Green+Blue) = 87+9+117=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #570975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570975 is #A8F68A. Grayscale: #2C2C2C. Windows color (decimal): -11073163 or 7670103. OLE color: 7670103.

HSL color Cylindrical-coordinate representation of color #570975: hue angle of 283.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570975 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 9 117 -
CMYK 0.26 0.92 0 0.54
HSL 283.33º 0.86% 0.25% -
HSV(B) 283.33º 0.92% 0.46% -
XYZ 7.24 3.51 17.12 -
YUV 44.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 87 9 117 0.26 0.92 0 0.54 283.33 0.86 0.25
Hex 57 9 75 1A 5C 0 36 11B 56 19
Octal 127 11 165 32 134 0 66 433 126 31
Binary 1010111 1001 1110101 11010 1011100 0 110110 100011011 1010110 11001

Color Harmonies of #570975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570975

Black with #570975

Text Example


Text Example

White with #570975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570975; }

 p { color: rgb(87,9,117); }

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

background-color css

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

 a { background-color: rgb(87,9,117); }

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

border-color css

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

 span { border-color: rgb(87,9,117); }

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