Html Css Color HEX #54147D Indigo

📋 copy color: '#54147D'

red 84 ◦ green 20 ◦ blue 125

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

Shades of Indigo #54147D

Tints of Indigo #54147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.73%

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

R = 36.68%
G = 8.73%
B = 54.59%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54147D (or 0x54147D) is known color: Indigo. HEX triplet: 54, 14 and 7D. RGB value is (84,20,125). Sum of RGB (Red+Green+Blue) = 84+20+125=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #54147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54147D is #ABEB82. Grayscale: #323232. Windows color (decimal): -11266947 or 8197204. OLE color: 8197204.

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

Color convert

RGB 84 20 125 -
CMYK 0.33 0.84 0 0.51
HSL 276.57º 0.72% 0.28% -
HSV(B) 276.57º 0.84% 0.49% -
XYZ 7.61 3.87 19.75 -
YUV 51.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 84 20 125 0.33 0.84 0 0.51 276.57 0.72 0.28
Hex 54 14 7D 21 54 0 33 115 48 1C
Octal 124 24 175 41 124 0 63 425 110 34
Binary 1010100 10100 1111101 100001 1010100 0 110011 100010101 1001000 11100

Color Harmonies of #54147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54147D

Black with #54147D

Text Example


Text Example

White with #54147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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