Html Css Color HEX #54098F Indigo

📋 copy color: '#54098F'

red 84 ◦ green 9 ◦ blue 143

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

Shades of Indigo #54098F

Tints of Indigo #54098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 60.59%

R = 35.59%
G = 3.81%
B = 60.59%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54098F (or 0x54098F) is known color: Indigo. HEX triplet: 54, 09 and 8F. RGB value is (84,9,143). Sum of RGB (Red+Green+Blue) = 84+9+143=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #54098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54098F is #ABF670. Grayscale: #2E2E2E. Windows color (decimal): -11269745 or 9374036. OLE color: 9374036.

HSL color Cylindrical-coordinate representation of color #54098F: hue angle of 273.58º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54098F is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 9 143 -
CMYK 0.41 0.94 0 0.44
HSL 273.58º 0.88% 0.3% -
HSV(B) 273.58º 0.94% 0.56% -
XYZ 8.71 4.06 26.31 -
YUV 46.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 84 9 143 0.41 0.94 0 0.44 273.58 0.88 0.3
Hex 54 9 8F 29 5E 0 2C 112 58 1E
Octal 124 11 217 51 136 0 54 422 130 36
Binary 1010100 1001 10001111 101001 1011110 0 101100 100010010 1011000 11110

Color Harmonies of #54098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54098F

Black with #54098F

Text Example


Text Example

White with #54098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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