Html Css Color HEX #54088D Indigo

📋 copy color: '#54088D'

red 84 ◦ green 8 ◦ blue 141

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

Shades of Indigo #54088D

Tints of Indigo #54088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.52%

R = 36.05%
G = 3.43%
B = 60.52%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54088D (or 0x54088D) is known color: Indigo. HEX triplet: 54, 08 and 8D. RGB value is (84,8,141). Sum of RGB (Red+Green+Blue) = 84+8+141=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #54088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #54088D is #ABF772. Grayscale: #2D2D2D. Windows color (decimal): -11270003 or 9242708. OLE color: 9242708.

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

Color convert

RGB 84 8 141 -
CMYK 0.40 0.94 0 0.45
HSL 274.29º 0.89% 0.29% -
HSV(B) 274.29º 0.94% 0.55% -
XYZ 8.55 3.98 25.52 -
YUV 45.89 181.68 155.19 -
System Red Green Blue C M Y K H S L
Decimal 84 8 141 0.40 0.94 0 0.45 274.29 0.89 0.29
Hex 54 8 8D 28 5E 0 2D 112 59 1D
Octal 124 10 215 50 136 0 55 422 131 35
Binary 1010100 1000 10001101 101000 1011110 0 101101 100010010 1011001 11101

Color Harmonies of #54088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54088D

Black with #54088D

Text Example


Text Example

White with #54088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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