Html Css Color HEX #54057F Indigo

📋 copy color: '#54057F'

red 84 ◦ green 5 ◦ blue 127

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

Shades of Indigo #54057F

Tints of Indigo #54057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.8%

R = 38.89%
G = 2.31%
B = 58.8%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54057F (or 0x54057F) is known color: Indigo. HEX triplet: 54, 05 and 7F. RGB value is (84,5,127). Sum of RGB (Red+Green+Blue) = 84+5+127=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #54057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54057F is #ABFA80. Grayscale: #2A2A2A. Windows color (decimal): -11270785 or 8324436. OLE color: 8324436.

HSL color Cylindrical-coordinate representation of color #54057F: hue angle of 278.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54057F is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 5 127 -
CMYK 0.34 0.96 0 0.50
HSL 278.85º 0.92% 0.26% -
HSV(B) 278.85º 0.96% 0.5% -
XYZ 7.54 3.53 20.36 -
YUV 42.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 84 5 127 0.34 0.96 0 0.50 278.85 0.92 0.26
Hex 54 5 7F 22 60 0 32 117 5C 1A
Octal 124 5 177 42 140 0 62 427 134 32
Binary 1010100 101 1111111 100010 1100000 0 110010 100010111 1011100 11010

Color Harmonies of #54057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54057F

Black with #54057F

Text Example


Text Example

White with #54057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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