Html Css Color HEX #571875 Indigo

📋 copy color: '#571875'

red 87 ◦ green 24 ◦ blue 117

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

Shades of Indigo #571875

Tints of Indigo #571875

RGB

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

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

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

R = 38.16%
G = 10.53%
B = 51.32%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#571875 (or 0x571875) is known color: Indigo. HEX triplet: 57, 18 and 75. RGB value is (87,24,117). Sum of RGB (Red+Green+Blue) = 87+24+117=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #571875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571875 is #A8E78A. Grayscale: #353535. Windows color (decimal): -11069323 or 7673943. OLE color: 7673943.

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

Color convert

RGB 87 24 117 -
CMYK 0.26 0.79 0 0.54
HSL 280.65º 0.66% 0.28% -
HSV(B) 280.65º 0.79% 0.46% -
XYZ 7.47 3.96 17.2 -
YUV 53.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 87 24 117 0.26 0.79 0 0.54 280.65 0.66 0.28
Hex 57 18 75 1A 4F 0 36 119 42 1C
Octal 127 30 165 32 117 0 66 431 102 34
Binary 1010111 11000 1110101 11010 1001111 0 110110 100011001 1000010 11100

Color Harmonies of #571875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571875

Black with #571875

Text Example


Text Example

White with #571875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571875; }

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

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

background-color css

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

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

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

border-color css

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

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

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