Html Css Color HEX #54087D Indigo

📋 copy color: '#54087D'

red 84 ◦ green 8 ◦ blue 125

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

Shades of Indigo #54087D

Tints of Indigo #54087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.6%

R = 38.71%
G = 3.69%
B = 57.6%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54087D (or 0x54087D) is known color: Indigo. HEX triplet: 54, 08 and 7D. RGB value is (84,8,125). Sum of RGB (Red+Green+Blue) = 84+8+125=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #54087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54087D is #ABF782. Grayscale: #2B2B2B. Windows color (decimal): -11270019 or 8194132. OLE color: 8194132.

HSL color Cylindrical-coordinate representation of color #54087D: hue angle of 278.97º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54087D is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 8 125 -
CMYK 0.33 0.94 0 0.51
HSL 278.97º 0.88% 0.26% -
HSV(B) 278.97º 0.94% 0.49% -
XYZ 7.44 3.54 19.69 -
YUV 44.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 84 8 125 0.33 0.94 0 0.51 278.97 0.88 0.26
Hex 54 8 7D 21 5E 0 33 117 58 1A
Octal 124 10 175 41 136 0 63 427 130 32
Binary 1010100 1000 1111101 100001 1011110 0 110011 100010111 1011000 11010

Color Harmonies of #54087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54087D

Black with #54087D

Text Example


Text Example

White with #54087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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