Html Css Color HEX #571878 Indigo

📋 copy color: '#571878'

red 87 ◦ green 24 ◦ blue 120

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

Shades of Indigo #571878

Tints of Indigo #571878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 37.66%
G = 10.39%
B = 51.95%

CMYK

 C value IS 0.28

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#571878 (or 0x571878) is known color: Indigo. HEX triplet: 57, 18 and 78. RGB value is (87,24,120). Sum of RGB (Red+Green+Blue) = 87+24+120=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #571878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571878 is #A8E787. Grayscale: #353535. Windows color (decimal): -11069320 or 7870551. OLE color: 7870551.

HSL color Cylindrical-coordinate representation of color #571878: hue angle of 279.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571878 is Cyan = 0.28, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 24 120 -
CMYK 0.28 0.8 0 0.53
HSL 279.38º 0.67% 0.28% -
HSV(B) 279.38º 0.8% 0.47% -
XYZ 7.65 4.04 18.15 -
YUV 53.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 87 24 120 0.28 0.8 0 0.53 279.38 0.67 0.28
Hex 57 18 78 1C 50 0 35 117 43 1C
Octal 127 30 170 34 120 0 65 427 103 34
Binary 1010111 11000 1111000 11100 1010000 0 110101 100010111 1000011 11100

Color Harmonies of #571878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571878

Black with #571878

Text Example


Text Example

White with #571878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571878; }

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

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

background-color css

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

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

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

border-color css

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

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

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