Html Css Color HEX #541272 Indigo

📋 copy color: '#541272'

red 84 ◦ green 18 ◦ blue 114

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

Shades of Indigo #541272

Tints of Indigo #541272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.78%

R = 38.89%
G = 8.33%
B = 52.78%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#541272 (or 0x541272) is known color: Indigo. HEX triplet: 54, 12 and 72. RGB value is (84,18,114). Sum of RGB (Red+Green+Blue) = 84+18+114=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #541272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541272 is #ABED8D. Grayscale: #303030. Windows color (decimal): -11267470 or 7475796. OLE color: 7475796.

HSL color Cylindrical-coordinate representation of color #541272: hue angle of 281.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541272 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 18 114 -
CMYK 0.26 0.84 0 0.55
HSL 281.25º 0.73% 0.26% -
HSV(B) 281.25º 0.84% 0.45% -
XYZ 6.91 3.53 16.24 -
YUV 48.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 84 18 114 0.26 0.84 0 0.55 281.25 0.73 0.26
Hex 54 12 72 1A 54 0 37 119 49 1A
Octal 124 22 162 32 124 0 67 431 111 32
Binary 1010100 10010 1110010 11010 1010100 0 110111 100011001 1001001 11010

Color Harmonies of #541272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541272

Black with #541272

Text Example


Text Example

White with #541272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541272; }

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

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

background-color css

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

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

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

border-color css

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

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

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