Html Css Color HEX #571096 Indigo

📋 copy color: '#571096'

red 87 ◦ green 16 ◦ blue 150

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

Shades of Indigo #571096

Tints of Indigo #571096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.29%

R = 34.39%
G = 6.32%
B = 59.29%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#571096 (or 0x571096) is known color: Indigo. HEX triplet: 57, 10 and 96. RGB value is (87,16,150). Sum of RGB (Red+Green+Blue) = 87+16+150=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #571096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571096 is #A8EF69. Grayscale: #343434. Windows color (decimal): -11071338 or 9834583. OLE color: 9834583.

HSL color Cylindrical-coordinate representation of color #571096: hue angle of 271.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #571096 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 16 150 -
CMYK 0.42 0.89 0 0.41
HSL 271.79º 0.81% 0.33% -
HSV(B) 271.79º 0.89% 0.59% -
XYZ 9.62 4.6 29.23 -
YUV 52.51 183.02 152.6 -
System Red Green Blue C M Y K H S L
Decimal 87 16 150 0.42 0.89 0 0.41 271.79 0.81 0.33
Hex 57 10 96 2A 59 0 29 110 51 21
Octal 127 20 226 52 131 0 51 420 121 41
Binary 1010111 10000 10010110 101010 1011001 0 101001 100010000 1010001 100001

Color Harmonies of #571096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571096

Black with #571096

Text Example


Text Example

White with #571096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571096; }

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

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

background-color css

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

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

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

border-color css

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

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

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