Html Css Color HEX #571075 Indigo

📋 copy color: '#571075'

red 87 ◦ green 16 ◦ blue 117

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

Shades of Indigo #571075

Tints of Indigo #571075

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 39.55%
G = 7.27%
B = 53.18%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#571075 (or 0x571075) is known color: Indigo. HEX triplet: 57, 10 and 75. RGB value is (87,16,117). Sum of RGB (Red+Green+Blue) = 87+16+117=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #571075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571075 is #A8EF8A. Grayscale: #303030. Windows color (decimal): -11071371 or 7671895. OLE color: 7671895.

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

Color convert

RGB 87 16 117 -
CMYK 0.26 0.86 0 0.54
HSL 282.18º 0.76% 0.26% -
HSV(B) 282.18º 0.86% 0.46% -
XYZ 7.33 3.68 17.15 -
YUV 48.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 87 16 117 0.26 0.86 0 0.54 282.18 0.76 0.26
Hex 57 10 75 1A 56 0 36 11A 4C 1A
Octal 127 20 165 32 126 0 66 432 114 32
Binary 1010111 10000 1110101 11010 1010110 0 110110 100011010 1001100 11010

Color Harmonies of #571075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571075

Black with #571075

Text Example


Text Example

White with #571075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571075; }

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

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

background-color css

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

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

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

border-color css

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

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

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