Html Css Color HEX #54189D Indigo

📋 copy color: '#54189D'

red 84 ◦ green 24 ◦ blue 157

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

Shades of Indigo #54189D

Tints of Indigo #54189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.25%

R = 31.7%
G = 9.06%
B = 59.25%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54189D (or 0x54189D) is known color: Indigo. HEX triplet: 54, 18 and 9D. RGB value is (84,24,157). Sum of RGB (Red+Green+Blue) = 84+24+157=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #54189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54189D is #ABE762. Grayscale: #383838. Windows color (decimal): -11265891 or 10295380. OLE color: 10295380.

HSL color Cylindrical-coordinate representation of color #54189D: hue angle of 267.07º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54189D is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 24 157 -
CMYK 0.46 0.85 0 0.38
HSL 267.07º 0.73% 0.35% -
HSV(B) 267.07º 0.85% 0.62% -
XYZ 10.07 4.97 32.33 -
YUV 57.1 184.38 147.19 -
System Red Green Blue C M Y K H S L
Decimal 84 24 157 0.46 0.85 0 0.38 267.07 0.73 0.35
Hex 54 18 9D 2E 55 0 26 10B 49 23
Octal 124 30 235 56 125 0 46 413 111 43
Binary 1010100 11000 10011101 101110 1010101 0 100110 100001011 1001001 100011

Color Harmonies of #54189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54189D

Black with #54189D

Text Example


Text Example

White with #54189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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