Html Css Color HEX #54086F Indigo

📋 copy color: '#54086F'

red 84 ◦ green 8 ◦ blue 111

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

Shades of Indigo #54086F

Tints of Indigo #54086F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 41.38%
G = 3.94%
B = 54.68%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54086F (or 0x54086F) is known color: Indigo. HEX triplet: 54, 08 and 6F. RGB value is (84,8,111). Sum of RGB (Red+Green+Blue) = 84+8+111=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #54086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54086F is #ABF790. Grayscale: #2A2A2A. Windows color (decimal): -11270033 or 7276628. OLE color: 7276628.

HSL color Cylindrical-coordinate representation of color #54086F: hue angle of 284.27º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54086F is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 8 111 -
CMYK 0.24 0.93 0 0.56
HSL 284.27º 0.87% 0.23% -
HSV(B) 284.27º 0.93% 0.44% -
XYZ 6.61 3.21 15.31 -
YUV 42.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 84 8 111 0.24 0.93 0 0.56 284.27 0.87 0.23
Hex 54 8 6F 18 5D 0 38 11C 57 17
Octal 124 10 157 30 135 0 70 434 127 27
Binary 1010100 1000 1101111 11000 1011101 0 111000 100011100 1010111 10111

Color Harmonies of #54086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54086F

Black with #54086F

Text Example


Text Example

White with #54086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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