Html Css Color HEX #571292 Indigo

📋 copy color: '#571292'

red 87 ◦ green 18 ◦ blue 146

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

Shades of Indigo #571292

Tints of Indigo #571292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 34.66%
G = 7.17%
B = 58.17%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#571292 (or 0x571292) is known color: Indigo. HEX triplet: 57, 12 and 92. RGB value is (87,18,146). Sum of RGB (Red+Green+Blue) = 87+18+146=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #571292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571292 is #A8ED6D. Grayscale: #343434. Windows color (decimal): -11070830 or 9572951. OLE color: 9572951.

HSL color Cylindrical-coordinate representation of color #571292: hue angle of 272.34º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571292 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 18 146 -
CMYK 0.40 0.88 0 0.43
HSL 272.34º 0.78% 0.32% -
HSV(B) 272.34º 0.88% 0.57% -
XYZ 9.34 4.53 27.58 -
YUV 53.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 87 18 146 0.40 0.88 0 0.43 272.34 0.78 0.32
Hex 57 12 92 28 58 0 2B 110 4E 20
Octal 127 22 222 50 130 0 53 420 116 40
Binary 1010111 10010 10010010 101000 1011000 0 101011 100010000 1001110 100000

Color Harmonies of #571292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571292

Black with #571292

Text Example


Text Example

White with #571292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571292; }

 p { color: rgb(87,18,146); }

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

background-color css

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

 a { background-color: rgb(87,18,146); }

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

border-color css

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

 span { border-color: rgb(87,18,146); }

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