Html Css Color HEX #54089B Indigo

📋 copy color: '#54089B'

red 84 ◦ green 8 ◦ blue 155

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

Shades of Indigo #54089B

Tints of Indigo #54089B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 34.01%
G = 3.24%
B = 62.75%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54089B (or 0x54089B) is known color: Indigo. HEX triplet: 54, 08 and 9B. RGB value is (84,8,155). Sum of RGB (Red+Green+Blue) = 84+8+155=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #54089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54089B is #ABF764. Grayscale: #2E2E2E. Windows color (decimal): -11269989 or 10160212. OLE color: 10160212.

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

Color convert

RGB 84 8 155 -
CMYK 0.46 0.95 0 0.39
HSL 271.02º 0.9% 0.32% -
HSV(B) 271.02º 0.95% 0.61% -
XYZ 9.66 4.43 31.36 -
YUV 47.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 84 8 155 0.46 0.95 0 0.39 271.02 0.9 0.32
Hex 54 8 9B 2E 5F 0 27 10F 5A 20
Octal 124 10 233 56 137 0 47 417 132 40
Binary 1010100 1000 10011011 101110 1011111 0 100111 100001111 1011010 100000

Color Harmonies of #54089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54089B

Black with #54089B

Text Example


Text Example

White with #54089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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