Html Css Color HEX #54187D Indigo

📋 copy color: '#54187D'

red 84 ◦ green 24 ◦ blue 125

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

Shades of Indigo #54187D

Tints of Indigo #54187D

RGB

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

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

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

R = 36.05%
G = 10.3%
B = 53.65%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54187D (or 0x54187D) is known color: Indigo. HEX triplet: 54, 18 and 7D. RGB value is (84,24,125). Sum of RGB (Red+Green+Blue) = 84+24+125=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #54187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54187D is #ABE782. Grayscale: #353535. Windows color (decimal): -11265923 or 8198228. OLE color: 8198228.

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

Color convert

RGB 84 24 125 -
CMYK 0.33 0.81 0 0.51
HSL 275.64º 0.68% 0.29% -
HSV(B) 275.64º 0.81% 0.49% -
XYZ 7.68 4.02 19.77 -
YUV 53.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 84 24 125 0.33 0.81 0 0.51 275.64 0.68 0.29
Hex 54 18 7D 21 51 0 33 114 44 1D
Octal 124 30 175 41 121 0 63 424 104 35
Binary 1010100 11000 1111101 100001 1010001 0 110011 100010100 1000100 11101

Color Harmonies of #54187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54187D

Black with #54187D

Text Example


Text Example

White with #54187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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