Html Css Color HEX #571385 Indigo

📋 copy color: '#571385'

red 87 ◦ green 19 ◦ blue 133

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

Shades of Indigo #571385

Tints of Indigo #571385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 36.4%
G = 7.95%
B = 55.65%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#571385 (or 0x571385) is known color: Indigo. HEX triplet: 57, 13 and 85. RGB value is (87,19,133). Sum of RGB (Red+Green+Blue) = 87+19+133=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #571385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571385 is #A8EC7A. Grayscale: #333333. Windows color (decimal): -11070587 or 8721239. OLE color: 8721239.

HSL color Cylindrical-coordinate representation of color #571385: hue angle of 275.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571385 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 19 133 -
CMYK 0.35 0.86 0 0.48
HSL 275.79º 0.75% 0.3% -
HSV(B) 275.79º 0.86% 0.52% -
XYZ 8.4 4.19 22.56 -
YUV 52.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 87 19 133 0.35 0.86 0 0.48 275.79 0.75 0.3
Hex 57 13 85 23 56 0 30 114 4B 1E
Octal 127 23 205 43 126 0 60 424 113 36
Binary 1010111 10011 10000101 100011 1010110 0 110000 100010100 1001011 11110

Color Harmonies of #571385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571385

Black with #571385

Text Example


Text Example

White with #571385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571385; }

 p { color: rgb(87,19,133); }

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

background-color css

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

 a { background-color: rgb(87,19,133); }

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

border-color css

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

 span { border-color: rgb(87,19,133); }

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