Html Css Color HEX #540283 Indigo

📋 copy color: '#540283'

red 84 ◦ green 2 ◦ blue 131

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

Shades of Indigo #540283

Tints of Indigo #540283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 38.71%
G = 0.92%
B = 60.37%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540283 (or 0x540283) is known color: Indigo. HEX triplet: 54, 02 and 83. RGB value is (84,2,131). Sum of RGB (Red+Green+Blue) = 84+2+131=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 131 (51.56% from 255 or 60.37% from 217); Max value from RGB is 131 - color contains mainly: blue. Hex color #540283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540283 is #ABFD7C. Grayscale: #282828. Windows color (decimal): -11271549 or 8585812. OLE color: 8585812.

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

Color convert

RGB 84 2 131 -
CMYK 0.36 0.98 0 0.49
HSL 278.14º 0.97% 0.26% -
HSV(B) 278.14º 0.98% 0.51% -
XYZ 7.77 3.57 21.75 -
YUV 41.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 84 2 131 0.36 0.98 0 0.49 278.14 0.97 0.26
Hex 54 2 83 24 62 0 31 116 61 1A
Octal 124 2 203 44 142 0 61 426 141 32
Binary 1010100 10 10000011 100100 1100010 0 110001 100010110 1100001 11010

Color Harmonies of #540283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540283

Black with #540283

Text Example


Text Example

White with #540283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540283; }

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

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

background-color css

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

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

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

border-color css

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

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

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