Html Css Color HEX #54097E Indigo

📋 copy color: '#54097E'

red 84 ◦ green 9 ◦ blue 126

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

Shades of Indigo #54097E

Tints of Indigo #54097E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

 BLUE value IS 126 (49.61% from 255) = 57.53%

R = 38.36%
G = 4.11%
B = 57.53%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54097E (or 0x54097E) is known color: Indigo. HEX triplet: 54, 09 and 7E. RGB value is (84,9,126). Sum of RGB (Red+Green+Blue) = 84+9+126=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 126 (49.61% from 255 or 57.53% from 219); Max value from RGB is 126 - color contains mainly: blue. Hex color #54097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54097E is #ABF681. Grayscale: #2C2C2C. Windows color (decimal): -11269762 or 8259924. OLE color: 8259924.

HSL color Cylindrical-coordinate representation of color #54097E: hue angle of 278.46º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54097E is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 9 126 -
CMYK 0.33 0.93 0 0.51
HSL 278.46º 0.87% 0.26% -
HSV(B) 278.46º 0.93% 0.49% -
XYZ 7.52 3.59 20.03 -
YUV 44.76 173.85 155.99 -
System Red Green Blue C M Y K H S L
Decimal 84 9 126 0.33 0.93 0 0.51 278.46 0.87 0.26
Hex 54 9 7E 21 5D 0 33 116 57 1A
Octal 124 11 176 41 135 0 63 426 127 32
Binary 1010100 1001 1111110 100001 1011101 0 110011 100010110 1010111 11010

Color Harmonies of #54097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54097E

Black with #54097E

Text Example


Text Example

White with #54097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54097E; }

 p { color: rgb(84,9,126); }

 H1.HeaderClassName
 {
   color: #54097E;
 }
 .AnyTagClassName
 {
   color: #54097E;
 }
</style>

background-color css

<style>
 a { background-color: #54097E; }

 a { background-color: rgb(84,9,126); }

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

border-color css

<style>
 span { border-color: #54097E; }

 span { border-color: rgb(84,9,126); }

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