Html Css Color HEX #54098A Indigo

📋 copy color: '#54098A'

red 84 ◦ green 9 ◦ blue 138

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

Shades of Indigo #54098A

Tints of Indigo #54098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.74%

R = 36.36%
G = 3.9%
B = 59.74%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54098A (or 0x54098A) is known color: Indigo. HEX triplet: 54, 09 and 8A. RGB value is (84,9,138). Sum of RGB (Red+Green+Blue) = 84+9+138=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #54098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54098A is #ABF675. Grayscale: #2D2D2D. Windows color (decimal): -11269750 or 9046356. OLE color: 9046356.

HSL color Cylindrical-coordinate representation of color #54098A: hue angle of 274.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54098A is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 9 138 -
CMYK 0.39 0.93 0 0.46
HSL 274.88º 0.88% 0.29% -
HSV(B) 274.88º 0.93% 0.54% -
XYZ 8.34 3.92 24.36 -
YUV 46.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 84 9 138 0.39 0.93 0 0.46 274.88 0.88 0.29
Hex 54 9 8A 27 5D 0 2E 113 58 1D
Octal 124 11 212 47 135 0 56 423 130 35
Binary 1010100 1001 10001010 100111 1011101 0 101110 100010011 1011000 11101

Color Harmonies of #54098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54098A

Black with #54098A

Text Example


Text Example

White with #54098A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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