Html Css Color HEX #54189C Indigo

📋 copy color: '#54189C'

red 84 ◦ green 24 ◦ blue 156

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

Shades of Indigo #54189C

Tints of Indigo #54189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 31.82%
G = 9.09%
B = 59.09%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54189C (or 0x54189C) is known color: Indigo. HEX triplet: 54, 18 and 9C. RGB value is (84,24,156). Sum of RGB (Red+Green+Blue) = 84+24+156=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #54189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54189C is #ABE763. Grayscale: #383838. Windows color (decimal): -11265892 or 10229844. OLE color: 10229844.

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

Color convert

RGB 84 24 156 -
CMYK 0.46 0.85 0 0.39
HSL 267.27º 0.73% 0.35% -
HSV(B) 267.27º 0.85% 0.61% -
XYZ 9.98 4.94 31.88 -
YUV 56.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 84 24 156 0.46 0.85 0 0.39 267.27 0.73 0.35
Hex 54 18 9C 2E 55 0 27 10B 49 23
Octal 124 30 234 56 125 0 47 413 111 43
Binary 1010100 11000 10011100 101110 1010101 0 100111 100001011 1001001 100011

Color Harmonies of #54189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54189C

Black with #54189C

Text Example


Text Example

White with #54189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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