Html Css Color HEX #54058C Indigo

📋 copy color: '#54058C'

red 84 ◦ green 5 ◦ blue 140

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

Shades of Indigo #54058C

Tints of Indigo #54058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 36.68%
G = 2.18%
B = 61.14%

CMYK

 C value IS 0.4

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54058C (or 0x54058C) is known color: Indigo. HEX triplet: 54, 05 and 8C. RGB value is (84,5,140). Sum of RGB (Red+Green+Blue) = 84+5+140=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #54058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54058C is #ABFA73. Grayscale: #2B2B2B. Windows color (decimal): -11270772 or 9176404. OLE color: 9176404.

HSL color Cylindrical-coordinate representation of color #54058C: hue angle of 275.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54058C is Cyan = 0.4, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 5 140 -
CMYK 0.4 0.96 0 0.45
HSL 275.11º 0.93% 0.28% -
HSV(B) 275.11º 0.96% 0.55% -
XYZ 8.44 3.89 25.12 -
YUV 44.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 84 5 140 0.4 0.96 0 0.45 275.11 0.93 0.28
Hex 54 5 8C 28 60 0 2D 113 5D 1C
Octal 124 5 214 50 140 0 55 423 135 34
Binary 1010100 101 10001100 101000 1100000 0 101101 100010011 1011101 11100

Color Harmonies of #54058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54058C

Black with #54058C

Text Example


Text Example

White with #54058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54058C; }

 p { color: rgb(84,5,140); }

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

background-color css

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

 a { background-color: rgb(84,5,140); }

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

border-color css

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

 span { border-color: rgb(84,5,140); }

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