Html Css Color HEX #540182 Indigo

📋 copy color: '#540182'

red 84 ◦ green 1 ◦ blue 130

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

Shades of Indigo #540182

Tints of Indigo #540182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 130 (51.17% from 255) = 60.47%

R = 39.07%
G = 0.47%
B = 60.47%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#540182 (or 0x540182) is known color: Indigo. HEX triplet: 54, 01 and 82. RGB value is (84,1,130). Sum of RGB (Red+Green+Blue) = 84+1+130=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #540182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540182 is #ABFE7D. Grayscale: #282828. Windows color (decimal): -11271806 or 8520020. OLE color: 8520020.

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

Color convert

RGB 84 1 130 -
CMYK 0.35 0.99 0 0.49
HSL 278.6º 0.98% 0.26% -
HSV(B) 278.6º 0.99% 0.51% -
XYZ 7.7 3.52 21.39 -
YUV 40.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 84 1 130 0.35 0.99 0 0.49 278.6 0.98 0.26
Hex 54 1 82 23 63 0 31 117 62 1A
Octal 124 1 202 43 143 0 61 427 142 32
Binary 1010100 1 10000010 100011 1100011 0 110001 100010111 1100010 11010

Color Harmonies of #540182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540182

Black with #540182

Text Example


Text Example

White with #540182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540182; }

 p { color: rgb(84,1,130); }

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

background-color css

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

 a { background-color: rgb(84,1,130); }

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

border-color css

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

 span { border-color: rgb(84,1,130); }

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