Html Css Color HEX #54147F Indigo

📋 copy color: '#54147F'

red 84 ◦ green 20 ◦ blue 127

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

Shades of Indigo #54147F

Tints of Indigo #54147F

RGB

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

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

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

R = 36.36%
G = 8.66%
B = 54.98%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54147F (or 0x54147F) is known color: Indigo. HEX triplet: 54, 14 and 7F. RGB value is (84,20,127). Sum of RGB (Red+Green+Blue) = 84+20+127=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #54147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54147F is #ABEB80. Grayscale: #323232. Windows color (decimal): -11266945 or 8328276. OLE color: 8328276.

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

Color convert

RGB 84 20 127 -
CMYK 0.34 0.84 0 0.50
HSL 275.89º 0.73% 0.29% -
HSV(B) 275.89º 0.84% 0.5% -
XYZ 7.74 3.92 20.43 -
YUV 51.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 84 20 127 0.34 0.84 0 0.50 275.89 0.73 0.29
Hex 54 14 7F 22 54 0 32 114 49 1D
Octal 124 24 177 42 124 0 62 424 111 35
Binary 1010100 10100 1111111 100010 1010100 0 110010 100010100 1001001 11101

Color Harmonies of #54147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54147F

Black with #54147F

Text Example


Text Example

White with #54147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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