Html Css Color HEX #571482 Indigo

📋 copy color: '#571482'

red 87 ◦ green 20 ◦ blue 130

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

Shades of Indigo #571482

Tints of Indigo #571482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 130 (51.17% from 255) = 54.85%

R = 36.71%
G = 8.44%
B = 54.85%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#571482 (or 0x571482) is known color: Indigo. HEX triplet: 57, 14 and 82. RGB value is (87,20,130). Sum of RGB (Red+Green+Blue) = 87+20+130=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #571482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571482 is #A8EB7D. Grayscale: #343434. Windows color (decimal): -11070334 or 8524887. OLE color: 8524887.

HSL color Cylindrical-coordinate representation of color #571482: hue angle of 276.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #571482 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 20 130 -
CMYK 0.33 0.85 0 0.49
HSL 276.55º 0.73% 0.29% -
HSV(B) 276.55º 0.85% 0.51% -
XYZ 8.21 4.14 21.49 -
YUV 52.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 87 20 130 0.33 0.85 0 0.49 276.55 0.73 0.29
Hex 57 14 82 21 55 0 31 115 49 1D
Octal 127 24 202 41 125 0 61 425 111 35
Binary 1010111 10100 10000010 100001 1010101 0 110001 100010101 1001001 11101

Color Harmonies of #571482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571482

Black with #571482

Text Example


Text Example

White with #571482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571482; }

 p { color: rgb(87,20,130); }

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

background-color css

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

 a { background-color: rgb(87,20,130); }

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

border-color css

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

 span { border-color: rgb(87,20,130); }

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