Html Css Color HEX #54098C Indigo

📋 copy color: '#54098C'

red 84 ◦ green 9 ◦ blue 140

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

Shades of Indigo #54098C

Tints of Indigo #54098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.09%

R = 36.05%
G = 3.86%
B = 60.09%

CMYK

 C value IS 0.4

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54098C (or 0x54098C) is known color: Indigo. HEX triplet: 54, 09 and 8C. RGB value is (84,9,140). Sum of RGB (Red+Green+Blue) = 84+9+140=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #54098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54098C is #ABF673. Grayscale: #2D2D2D. Windows color (decimal): -11269748 or 9177428. OLE color: 9177428.

HSL color Cylindrical-coordinate representation of color #54098C: hue angle of 274.35º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54098C is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 9 140 -
CMYK 0.4 0.94 0 0.45
HSL 274.35º 0.88% 0.29% -
HSV(B) 274.35º 0.94% 0.55% -
XYZ 8.49 3.97 25.13 -
YUV 46.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 84 9 140 0.4 0.94 0 0.45 274.35 0.88 0.29
Hex 54 9 8C 28 5E 0 2D 112 58 1D
Octal 124 11 214 50 136 0 55 422 130 35
Binary 1010100 1001 10001100 101000 1011110 0 101101 100010010 1011000 11101

Color Harmonies of #54098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54098C

Black with #54098C

Text Example


Text Example

White with #54098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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