Html Css Color HEX #54059D Indigo

📋 copy color: '#54059D'

red 84 ◦ green 5 ◦ blue 157

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

Shades of Indigo #54059D

Tints of Indigo #54059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 34.15%
G = 2.03%
B = 63.82%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54059D (or 0x54059D) is known color: Indigo. HEX triplet: 54, 05 and 9D. RGB value is (84,5,157). Sum of RGB (Red+Green+Blue) = 84+5+157=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #54059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54059D is #ABFA62. Grayscale: #2D2D2D. Windows color (decimal): -11270755 or 10290516. OLE color: 10290516.

HSL color Cylindrical-coordinate representation of color #54059D: hue angle of 271.18º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #54059D is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 5 157 -
CMYK 0.46 0.97 0 0.38
HSL 271.18º 0.94% 0.32% -
HSV(B) 271.18º 0.97% 0.62% -
XYZ 9.8 4.43 32.24 -
YUV 45.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 84 5 157 0.46 0.97 0 0.38 271.18 0.94 0.32
Hex 54 5 9D 2E 61 0 26 10F 5E 20
Octal 124 5 235 56 141 0 46 417 136 40
Binary 1010100 101 10011101 101110 1100001 0 100110 100001111 1011110 100000

Color Harmonies of #54059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54059D

Black with #54059D

Text Example


Text Example

White with #54059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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