Html Css Color HEX #570675 Indigo

📋 copy color: '#570675'

red 87 ◦ green 6 ◦ blue 117

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

Shades of Indigo #570675

Tints of Indigo #570675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 41.43%
G = 2.86%
B = 55.71%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#570675 (or 0x570675) is known color: Indigo. HEX triplet: 57, 06 and 75. RGB value is (87,6,117). Sum of RGB (Red+Green+Blue) = 87+6+117=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #570675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570675 is #A8F98A. Grayscale: #2A2A2A. Windows color (decimal): -11073931 or 7669335. OLE color: 7669335.

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

Color convert

RGB 87 6 117 -
CMYK 0.26 0.95 0 0.54
HSL 283.78º 0.9% 0.24% -
HSV(B) 283.78º 0.95% 0.46% -
XYZ 7.21 3.44 17.11 -
YUV 42.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 87 6 117 0.26 0.95 0 0.54 283.78 0.9 0.24
Hex 57 6 75 1A 5F 0 36 11C 5A 18
Octal 127 6 165 32 137 0 66 434 132 30
Binary 1010111 110 1110101 11010 1011111 0 110110 100011100 1011010 11000

Color Harmonies of #570675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570675

Black with #570675

Text Example


Text Example

White with #570675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570675; }

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

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

background-color css

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

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

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

border-color css

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

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

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