Html Css Color HEX #54005F Indigo

📋 copy color: '#54005F'

red 84 ◦ green 0 ◦ blue 95

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

Shades of Indigo #54005F

Tints of Indigo #54005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.07%

R = 46.93%
G = 0%
B = 53.07%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#54005F (or 0x54005F) is known color: Indigo. HEX triplet: 54, 00 and 5F. RGB value is (84,0,95). Sum of RGB (Red+Green+Blue) = 84+0+95=179 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.93% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #54005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54005F is #ABFFA0. Grayscale: #232323. Windows color (decimal): -11272097 or 6226004. OLE color: 6226004.

HSL color Cylindrical-coordinate representation of color #54005F: hue angle of 293.05º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54005F is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 84 0 95 -
CMYK 0.12 1 0 0.63
HSL 293.05º 1% 0.19% -
HSV(B) 293.05º 1% 0.37% -
XYZ 5.72 2.71 11.05 -
YUV 35.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 84 0 95 0.12 1 0 0.63 293.05 1 0.19
Hex 54 0 5F C 64 0 3F 125 64 13
Octal 124 0 137 14 144 0 77 445 144 23
Binary 1010100 0 1011111 1100 1100100 0 111111 100100101 1100100 10011

Color Harmonies of #54005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54005F

Black with #54005F

Text Example


Text Example

White with #54005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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