Html Css Color HEX #54088C Indigo

📋 copy color: '#54088C'

red 84 ◦ green 8 ◦ blue 140

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

Shades of Indigo #54088C

Tints of Indigo #54088C

RGB

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

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

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

R = 36.21%
G = 3.45%
B = 60.34%

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

#54088C (or 0x54088C) is known color: Indigo. HEX triplet: 54, 08 and 8C. RGB value is (84,8,140). Sum of RGB (Red+Green+Blue) = 84+8+140=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #54088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54088C is #ABF773. Grayscale: #2D2D2D. Windows color (decimal): -11270004 or 9177172. OLE color: 9177172.

HSL color Cylindrical-coordinate representation of color #54088C: hue angle of 274.55º degrees, saturation: 0.89, 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 #54088C is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 8 140 -
CMYK 0.4 0.94 0 0.45
HSL 274.55º 0.89% 0.29% -
HSV(B) 274.55º 0.94% 0.55% -
XYZ 8.48 3.95 25.13 -
YUV 45.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 84 8 140 0.4 0.94 0 0.45 274.55 0.89 0.29
Hex 54 8 8C 28 5E 0 2D 113 59 1D
Octal 124 10 214 50 136 0 55 423 131 35
Binary 1010100 1000 10001100 101000 1011110 0 101101 100010011 1011001 11101

Color Harmonies of #54088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54088C

Black with #54088C

Text Example


Text Example

White with #54088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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