Html Css Color HEX #54087C Indigo

📋 copy color: '#54087C'

red 84 ◦ green 8 ◦ blue 124

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

Shades of Indigo #54087C

Tints of Indigo #54087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 38.89%
G = 3.7%
B = 57.41%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54087C (or 0x54087C) is known color: Indigo. HEX triplet: 54, 08 and 7C. RGB value is (84,8,124). Sum of RGB (Red+Green+Blue) = 84+8+124=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #54087C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54087C is #ABF783. Grayscale: #2B2B2B. Windows color (decimal): -11270020 or 8128596. OLE color: 8128596.

HSL color Cylindrical-coordinate representation of color #54087C: hue angle of 279.31º 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 #54087C is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 8 124 -
CMYK 0.32 0.94 0 0.51
HSL 279.31º 0.88% 0.26% -
HSV(B) 279.31º 0.94% 0.49% -
XYZ 7.38 3.51 19.36 -
YUV 43.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 84 8 124 0.32 0.94 0 0.51 279.31 0.88 0.26
Hex 54 8 7C 20 5E 0 33 117 58 1A
Octal 124 10 174 40 136 0 63 427 130 32
Binary 1010100 1000 1111100 100000 1011110 0 110011 100010111 1011000 11010

Color Harmonies of #54087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54087C

Black with #54087C

Text Example


Text Example

White with #54087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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