Html Css Color HEX #54066E Indigo

📋 copy color: '#54066E'

red 84 ◦ green 6 ◦ blue 110

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

Shades of Indigo #54066E

Tints of Indigo #54066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 55%

R = 42%
G = 3%
B = 55%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54066E (or 0x54066E) is known color: Indigo. HEX triplet: 54, 06 and 6E. RGB value is (84,6,110). Sum of RGB (Red+Green+Blue) = 84+6+110=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #54066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54066E is #ABF991. Grayscale: #282828. Windows color (decimal): -11270546 or 7210580. OLE color: 7210580.

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

Color convert

RGB 84 6 110 -
CMYK 0.24 0.95 0 0.57
HSL 285º 0.9% 0.23% -
HSV(B) 285º 0.95% 0.43% -
XYZ 6.54 3.14 15.01 -
YUV 41.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 84 6 110 0.24 0.95 0 0.57 285 0.9 0.23
Hex 54 6 6E 18 5F 0 39 11D 5A 17
Octal 124 6 156 30 137 0 71 435 132 27
Binary 1010100 110 1101110 11000 1011111 0 111001 100011101 1011010 10111

Color Harmonies of #54066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54066E

Black with #54066E

Text Example


Text Example

White with #54066E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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