Html Css Color HEX #54057D Indigo

📋 copy color: '#54057D'

red 84 ◦ green 5 ◦ blue 125

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

Shades of Indigo #54057D

Tints of Indigo #54057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 39.25%
G = 2.34%
B = 58.41%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54057D (or 0x54057D) is known color: Indigo. HEX triplet: 54, 05 and 7D. RGB value is (84,5,125). Sum of RGB (Red+Green+Blue) = 84+5+125=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #54057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54057D is #ABFA82. Grayscale: #292929. Windows color (decimal): -11270787 or 8193364. OLE color: 8193364.

HSL color Cylindrical-coordinate representation of color #54057D: hue angle of 279.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54057D is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 5 125 -
CMYK 0.33 0.96 0 0.51
HSL 279.5º 0.92% 0.25% -
HSV(B) 279.5º 0.96% 0.49% -
XYZ 7.41 3.47 19.68 -
YUV 42.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 84 5 125 0.33 0.96 0 0.51 279.5 0.92 0.25
Hex 54 5 7D 21 60 0 33 118 5C 19
Octal 124 5 175 41 140 0 63 430 134 31
Binary 1010100 101 1111101 100001 1100000 0 110011 100011000 1011100 11001

Color Harmonies of #54057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54057D

Black with #54057D

Text Example


Text Example

White with #54057D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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