Html Css Color HEX #54007F Indigo

📋 copy color: '#54007F'

red 84 ◦ green 0 ◦ blue 127

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

Shades of Indigo #54007F

Tints of Indigo #54007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.81%
G = 0%
B = 60.19%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54007F (or 0x54007F) is known color: Indigo. HEX triplet: 54, 00 and 7F. RGB value is (84,0,127). Sum of RGB (Red+Green+Blue) = 84+0+127=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #54007F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54007F is #ABFF80. Grayscale: #272727. Windows color (decimal): -11272065 or 8323156. OLE color: 8323156.

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

Color convert

RGB 84 0 127 -
CMYK 0.34 1 0 0.50
HSL 279.69º 1% 0.25% -
HSV(B) 279.69º 1% 0.5% -
XYZ 7.49 3.42 20.34 -
YUV 39.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 84 0 127 0.34 1 0 0.50 279.69 1 0.25
Hex 54 0 7F 22 64 0 32 118 64 19
Octal 124 0 177 42 144 0 62 430 144 31
Binary 1010100 0 1111111 100010 1100100 0 110010 100011000 1100100 11001

Color Harmonies of #54007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54007F

Black with #54007F

Text Example


Text Example

White with #54007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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