Html Css Color HEX #540D88 Indigo

📋 copy color: '#540D88'

red 84 ◦ green 13 ◦ blue 136

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

Shades of Indigo #540D88

Tints of Indigo #540D88

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.58%

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

R = 36.05%
G = 5.58%
B = 58.37%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#540D88 (or 0x540D88) is known color: Indigo. HEX triplet: 54, 0D and 88. RGB value is (84,13,136). Sum of RGB (Red+Green+Blue) = 84+13+136=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #540D88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540D88 is #ABF277. Grayscale: #2F2F2F. Windows color (decimal): -11268728 or 8916308. OLE color: 8916308.

HSL color Cylindrical-coordinate representation of color #540D88: hue angle of 274.63º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540D88 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 13 136 -
CMYK 0.38 0.90 0 0.47
HSL 274.63º 0.83% 0.29% -
HSV(B) 274.63º 0.9% 0.53% -
XYZ 8.24 3.95 23.62 -
YUV 48.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 84 13 136 0.38 0.90 0 0.47 274.63 0.83 0.29
Hex 54 D 88 26 5A 0 2F 113 53 1D
Octal 124 15 210 46 132 0 57 423 123 35
Binary 1010100 1101 10001000 100110 1011010 0 101111 100010011 1010011 11101

Color Harmonies of #540D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D88

Black with #540D88

Text Example


Text Example

White with #540D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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