Html Css Color HEX #54199B Indigo

📋 copy color: '#54199B'

red 84 ◦ green 25 ◦ blue 155

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

Shades of Indigo #54199B

Tints of Indigo #54199B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

 BLUE value IS 155 (60.94% from 255) = 58.71%

R = 31.82%
G = 9.47%
B = 58.71%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54199B (or 0x54199B) is known color: Indigo. HEX triplet: 54, 19 and 9B. RGB value is (84,25,155). Sum of RGB (Red+Green+Blue) = 84+25+155=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #54199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54199B is #ABE664. Grayscale: #393939. Windows color (decimal): -11265637 or 10164564. OLE color: 10164564.

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

Color convert

RGB 84 25 155 -
CMYK 0.46 0.84 0 0.39
HSL 267.23º 0.72% 0.35% -
HSV(B) 267.23º 0.84% 0.61% -
XYZ 9.92 4.95 31.44 -
YUV 57.46 183.05 146.93 -
System Red Green Blue C M Y K H S L
Decimal 84 25 155 0.46 0.84 0 0.39 267.23 0.72 0.35
Hex 54 19 9B 2E 54 0 27 10B 48 23
Octal 124 31 233 56 124 0 47 413 110 43
Binary 1010100 11001 10011011 101110 1010100 0 100111 100001011 1001000 100011

Color Harmonies of #54199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54199B

Black with #54199B

Text Example


Text Example

White with #54199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54199B; }

 p { color: rgb(84,25,155); }

 H1.HeaderClassName
 {
   color: #54199B;
 }
 .AnyTagClassName
 {
   color: #54199B;
 }
</style>

background-color css

<style>
 a { background-color: #54199B; }

 a { background-color: rgb(84,25,155); }

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

border-color css

<style>
 span { border-color: #54199B; }

 span { border-color: rgb(84,25,155); }

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