Html Css Color HEX #54187F Indigo

📋 copy color: '#54187F'

red 84 ◦ green 24 ◦ blue 127

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

Shades of Indigo #54187F

Tints of Indigo #54187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

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

R = 35.74%
G = 10.21%
B = 54.04%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54187F (or 0x54187F) is known color: Indigo. HEX triplet: 54, 18 and 7F. RGB value is (84,24,127). Sum of RGB (Red+Green+Blue) = 84+24+127=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #54187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54187F is #ABE780. Grayscale: #353535. Windows color (decimal): -11265921 or 8329300. OLE color: 8329300.

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

Color convert

RGB 84 24 127 -
CMYK 0.34 0.81 0 0.50
HSL 274.95º 0.68% 0.3% -
HSV(B) 274.95º 0.81% 0.5% -
XYZ 7.81 4.07 20.45 -
YUV 53.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 84 24 127 0.34 0.81 0 0.50 274.95 0.68 0.3
Hex 54 18 7F 22 51 0 32 113 44 1E
Octal 124 30 177 42 121 0 62 423 104 36
Binary 1010100 11000 1111111 100010 1010001 0 110010 100010011 1000100 11110

Color Harmonies of #54187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54187F

Black with #54187F

Text Example


Text Example

White with #54187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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