Html Css Color HEX #54006C Indigo

📋 copy color: '#54006C'

red 84 ◦ green 0 ◦ blue 108

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

Shades of Indigo #54006C

Tints of Indigo #54006C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.25%

R = 43.75%
G = 0%
B = 56.25%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54006C (or 0x54006C) is known color: Indigo. HEX triplet: 54, 00 and 6C. RGB value is (84,0,108). Sum of RGB (Red+Green+Blue) = 84+0+108=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #54006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54006C is #ABFF93. Grayscale: #252525. Windows color (decimal): -11272084 or 7077972. OLE color: 7077972.

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

Color convert

RGB 84 0 108 -
CMYK 0.22 1 0 0.58
HSL 286.67º 1% 0.21% -
HSV(B) 286.67º 1% 0.42% -
XYZ 6.36 2.97 14.42 -
YUV 37.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 84 0 108 0.22 1 0 0.58 286.67 1 0.21
Hex 54 0 6C 16 64 0 3A 11F 64 15
Octal 124 0 154 26 144 0 72 437 144 25
Binary 1010100 0 1101100 10110 1100100 0 111010 100011111 1100100 10101

Color Harmonies of #54006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54006C

Black with #54006C

Text Example


Text Example

White with #54006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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