Html Css Color HEX #570175 Indigo

📋 copy color: '#570175'

red 87 ◦ green 1 ◦ blue 117

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

Shades of Indigo #570175

Tints of Indigo #570175

RGB

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

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

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

R = 42.44%
G = 0.49%
B = 57.07%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#570175 (or 0x570175) is known color: Indigo. HEX triplet: 57, 01 and 75. RGB value is (87,1,117). Sum of RGB (Red+Green+Blue) = 87+1+117=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #570175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570175 is #A8FE8A. Grayscale: #272727. Windows color (decimal): -11075211 or 7668055. OLE color: 7668055.

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

Color convert

RGB 87 1 117 -
CMYK 0.26 0.99 0 0.54
HSL 284.48º 0.98% 0.23% -
HSV(B) 284.48º 0.99% 0.46% -
XYZ 7.15 3.33 17.1 -
YUV 39.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 87 1 117 0.26 0.99 0 0.54 284.48 0.98 0.23
Hex 57 1 75 1A 63 0 36 11C 62 17
Octal 127 1 165 32 143 0 66 434 142 27
Binary 1010111 1 1110101 11010 1100011 0 110110 100011100 1100010 10111

Color Harmonies of #570175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570175

Black with #570175

Text Example


Text Example

White with #570175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570175; }

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

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

background-color css

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

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

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

border-color css

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

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

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