Html Css Color HEX #54006E Indigo

📋 copy color: '#54006E'

red 84 ◦ green 0 ◦ blue 110

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

Shades of Indigo #54006E

Tints of Indigo #54006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.3%
G = 0%
B = 56.7%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54006E (or 0x54006E) is known color: Indigo. HEX triplet: 54, 00 and 6E. RGB value is (84,0,110). Sum of RGB (Red+Green+Blue) = 84+0+110=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 110 (43.36% from 255 or 56.70% from 194); Max value from RGB is 110 - color contains mainly: blue. Hex color #54006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54006E is #ABFF91. Grayscale: #252525. Windows color (decimal): -11272082 or 7209044. OLE color: 7209044.

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

Color convert

RGB 84 0 110 -
CMYK 0.24 1 0 0.57
HSL 285.82º 1% 0.22% -
HSV(B) 285.82º 1% 0.43% -
XYZ 6.47 3.01 14.99 -
YUV 37.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 84 0 110 0.24 1 0 0.57 285.82 1 0.22
Hex 54 0 6E 18 64 0 39 11E 64 16
Octal 124 0 156 30 144 0 71 436 144 26
Binary 1010100 0 1101110 11000 1100100 0 111001 100011110 1100100 10110

Color Harmonies of #54006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54006E

Black with #54006E

Text Example


Text Example

White with #54006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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