Html Css Color HEX #540883 Indigo

📋 copy color: '#540883'

red 84 ◦ green 8 ◦ blue 131

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

Shades of Indigo #540883

Tints of Indigo #540883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 37.67%
G = 3.59%
B = 58.74%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540883 (or 0x540883) is known color: Indigo. HEX triplet: 54, 08 and 83. RGB value is (84,8,131). Sum of RGB (Red+Green+Blue) = 84+8+131=223 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.67% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #540883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540883 is #ABF77C. Grayscale: #2C2C2C. Windows color (decimal): -11270013 or 8587348. OLE color: 8587348.

HSL color Cylindrical-coordinate representation of color #540883: hue angle of 277.07º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540883 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 8 131 -
CMYK 0.36 0.94 0 0.49
HSL 277.07º 0.88% 0.27% -
HSV(B) 277.07º 0.94% 0.51% -
XYZ 7.84 3.7 21.77 -
YUV 44.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 84 8 131 0.36 0.94 0 0.49 277.07 0.88 0.27
Hex 54 8 83 24 5E 0 31 115 58 1B
Octal 124 10 203 44 136 0 61 425 130 33
Binary 1010100 1000 10000011 100100 1011110 0 110001 100010101 1011000 11011

Color Harmonies of #540883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540883

Black with #540883

Text Example


Text Example

White with #540883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540883; }

 p { color: rgb(84,8,131); }

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

background-color css

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

 a { background-color: rgb(84,8,131); }

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

border-color css

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

 span { border-color: rgb(84,8,131); }

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