Html Css Color HEX #54066D Indigo

📋 copy color: '#54066D'

red 84 ◦ green 6 ◦ blue 109

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

Shades of Indigo #54066D

Tints of Indigo #54066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

 BLUE value IS 109 (42.97% from 255) = 54.77%

R = 42.21%
G = 3.02%
B = 54.77%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54066D (or 0x54066D) is known color: Indigo. HEX triplet: 54, 06 and 6D. RGB value is (84,6,109). Sum of RGB (Red+Green+Blue) = 84+6+109=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #54066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54066D is #ABF992. Grayscale: #282828. Windows color (decimal): -11270547 or 7145044. OLE color: 7145044.

HSL color Cylindrical-coordinate representation of color #54066D: hue angle of 285.44º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54066D is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 84 6 109 -
CMYK 0.23 0.94 0 0.57
HSL 285.44º 0.9% 0.23% -
HSV(B) 285.44º 0.94% 0.43% -
XYZ 6.48 3.12 14.73 -
YUV 41.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 84 6 109 0.23 0.94 0 0.57 285.44 0.9 0.23
Hex 54 6 6D 17 5E 0 39 11D 5A 17
Octal 124 6 155 27 136 0 71 435 132 27
Binary 1010100 110 1101101 10111 1011110 0 111001 100011101 1011010 10111

Color Harmonies of #54066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54066D

Black with #54066D

Text Example


Text Example

White with #54066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,6,109); }

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

background-color css

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

 a { background-color: rgb(84,6,109); }

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

border-color css

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

 span { border-color: rgb(84,6,109); }

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