Html Css Color HEX #541985 Indigo

📋 copy color: '#541985'

red 84 ◦ green 25 ◦ blue 133

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

Shades of Indigo #541985

Tints of Indigo #541985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 34.71%
G = 10.33%
B = 54.96%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#541985 (or 0x541985) is known color: Indigo. HEX triplet: 54, 19 and 85. RGB value is (84,25,133). Sum of RGB (Red+Green+Blue) = 84+25+133=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #541985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541985 is #ABE67A. Grayscale: #363636. Windows color (decimal): -11265659 or 8722772. OLE color: 8722772.

HSL color Cylindrical-coordinate representation of color #541985: hue angle of 272.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541985 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 25 133 -
CMYK 0.37 0.81 0 0.48
HSL 272.78º 0.68% 0.31% -
HSV(B) 272.78º 0.81% 0.52% -
XYZ 8.24 4.27 22.58 -
YUV 54.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 84 25 133 0.37 0.81 0 0.48 272.78 0.68 0.31
Hex 54 19 85 25 51 0 30 111 44 1F
Octal 124 31 205 45 121 0 60 421 104 37
Binary 1010100 11001 10000101 100101 1010001 0 110000 100010001 1000100 11111

Color Harmonies of #541985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541985

Black with #541985

Text Example


Text Example

White with #541985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541985; }

 p { color: rgb(84,25,133); }

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

background-color css

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

 a { background-color: rgb(84,25,133); }

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

border-color css

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

 span { border-color: rgb(84,25,133); }

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