Html Css Color HEX #541270 Indigo

📋 copy color: '#541270'

red 84 ◦ green 18 ◦ blue 112

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

Shades of Indigo #541270

Tints of Indigo #541270

RGB

 RED value IS 84 (33.2% from 255) = 39.25%

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

 BLUE value IS 112 (44.14% from 255) = 52.34%

R = 39.25%
G = 8.41%
B = 52.34%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#541270 (or 0x541270) is known color: Indigo. HEX triplet: 54, 12 and 70. RGB value is (84,18,112). Sum of RGB (Red+Green+Blue) = 84+18+112=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #541270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541270 is #ABED8F. Grayscale: #303030. Windows color (decimal): -11267472 or 7344724. OLE color: 7344724.

HSL color Cylindrical-coordinate representation of color #541270: hue angle of 282.13º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541270 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 18 112 -
CMYK 0.25 0.84 0 0.56
HSL 282.13º 0.72% 0.25% -
HSV(B) 282.13º 0.84% 0.44% -
XYZ 6.8 3.49 15.64 -
YUV 48.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 84 18 112 0.25 0.84 0 0.56 282.13 0.72 0.25
Hex 54 12 70 19 54 0 38 11A 48 19
Octal 124 22 160 31 124 0 70 432 110 31
Binary 1010100 10010 1110000 11001 1010100 0 111000 100011010 1001000 11001

Color Harmonies of #541270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541270

Black with #541270

Text Example


Text Example

White with #541270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541270; }

 p { color: rgb(84,18,112); }

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

background-color css

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

 a { background-color: rgb(84,18,112); }

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

border-color css

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

 span { border-color: rgb(84,18,112); }

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