Html Css Color HEX #541888 Indigo

📋 copy color: '#541888'

red 84 ◦ green 24 ◦ blue 136

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

Shades of Indigo #541888

Tints of Indigo #541888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 34.43%
G = 9.84%
B = 55.74%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#541888 (or 0x541888) is known color: Indigo. HEX triplet: 54, 18 and 88. RGB value is (84,24,136). Sum of RGB (Red+Green+Blue) = 84+24+136=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #541888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541888 is #ABE777. Grayscale: #363636. Windows color (decimal): -11265912 or 8919124. OLE color: 8919124.

HSL color Cylindrical-coordinate representation of color #541888: hue angle of 272.14º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541888 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 24 136 -
CMYK 0.38 0.82 0 0.47
HSL 272.14º 0.7% 0.31% -
HSV(B) 272.14º 0.82% 0.53% -
XYZ 8.43 4.32 23.68 -
YUV 54.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 84 24 136 0.38 0.82 0 0.47 272.14 0.7 0.31
Hex 54 18 88 26 52 0 2F 110 46 1F
Octal 124 30 210 46 122 0 57 420 106 37
Binary 1010100 11000 10001000 100110 1010010 0 101111 100010000 1000110 11111

Color Harmonies of #541888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541888

Black with #541888

Text Example


Text Example

White with #541888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541888; }

 p { color: rgb(84,24,136); }

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

background-color css

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

 a { background-color: rgb(84,24,136); }

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

border-color css

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

 span { border-color: rgb(84,24,136); }

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