Html Css Color HEX #541070 Indigo

📋 copy color: '#541070'

red 84 ◦ green 16 ◦ blue 112

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

Shades of Indigo #541070

Tints of Indigo #541070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 39.62%
G = 7.55%
B = 52.83%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#541070 (or 0x541070) is known color: Indigo. HEX triplet: 54, 10 and 70. RGB value is (84,16,112). Sum of RGB (Red+Green+Blue) = 84+16+112=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #541070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541070 is #ABEF8F. Grayscale: #2E2E2E. Windows color (decimal): -11267984 or 7344212. OLE color: 7344212.

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

Color convert

RGB 84 16 112 -
CMYK 0.25 0.86 0 0.56
HSL 282.5º 0.75% 0.25% -
HSV(B) 282.5º 0.86% 0.44% -
XYZ 6.77 3.43 15.63 -
YUV 47.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 84 16 112 0.25 0.86 0 0.56 282.5 0.75 0.25
Hex 54 10 70 19 56 0 38 11A 4B 19
Octal 124 20 160 31 126 0 70 432 113 31
Binary 1010100 10000 1110000 11001 1010110 0 111000 100011010 1001011 11001

Color Harmonies of #541070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541070

Black with #541070

Text Example


Text Example

White with #541070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541070; }

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

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

background-color css

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

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

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

border-color css

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

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

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