Html Css Color HEX #571874 Indigo

📋 copy color: '#571874'

red 87 ◦ green 24 ◦ blue 116

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

Shades of Indigo #571874

Tints of Indigo #571874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 38.33%
G = 10.57%
B = 51.1%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#571874 (or 0x571874) is known color: Indigo. HEX triplet: 57, 18 and 74. RGB value is (87,24,116). Sum of RGB (Red+Green+Blue) = 87+24+116=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #571874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571874 is #A8E78B. Grayscale: #353535. Windows color (decimal): -11069324 or 7608407. OLE color: 7608407.

HSL color Cylindrical-coordinate representation of color #571874: hue angle of 281.09º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571874 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 24 116 -
CMYK 0.25 0.79 0 0.55
HSL 281.09º 0.66% 0.27% -
HSV(B) 281.09º 0.79% 0.45% -
XYZ 7.41 3.94 16.89 -
YUV 53.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 87 24 116 0.25 0.79 0 0.55 281.09 0.66 0.27
Hex 57 18 74 19 4F 0 37 119 42 1B
Octal 127 30 164 31 117 0 67 431 102 33
Binary 1010111 11000 1110100 11001 1001111 0 110111 100011001 1000010 11011

Color Harmonies of #571874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571874

Black with #571874

Text Example


Text Example

White with #571874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571874; }

 p { color: rgb(87,24,116); }

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

background-color css

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

 a { background-color: rgb(87,24,116); }

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

border-color css

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

 span { border-color: rgb(87,24,116); }

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