Html Css Color HEX #54107C Indigo

📋 copy color: '#54107C'

red 84 ◦ green 16 ◦ blue 124

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

Shades of Indigo #54107C

Tints of Indigo #54107C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 37.5%
G = 7.14%
B = 55.36%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54107C (or 0x54107C) is known color: Indigo. HEX triplet: 54, 10 and 7C. RGB value is (84,16,124). Sum of RGB (Red+Green+Blue) = 84+16+124=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #54107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54107C is #ABEF83. Grayscale: #303030. Windows color (decimal): -11267972 or 8130644. OLE color: 8130644.

HSL color Cylindrical-coordinate representation of color #54107C: hue angle of 277.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54107C is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 16 124 -
CMYK 0.32 0.87 0 0.51
HSL 277.78º 0.77% 0.27% -
HSV(B) 277.78º 0.87% 0.49% -
XYZ 7.48 3.71 19.39 -
YUV 48.64 170.53 153.22 -
System Red Green Blue C M Y K H S L
Decimal 84 16 124 0.32 0.87 0 0.51 277.78 0.77 0.27
Hex 54 10 7C 20 57 0 33 116 4D 1B
Octal 124 20 174 40 127 0 63 426 115 33
Binary 1010100 10000 1111100 100000 1010111 0 110011 100010110 1001101 11011

Color Harmonies of #54107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54107C

Black with #54107C

Text Example


Text Example

White with #54107C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,16,124); }

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

background-color css

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

 a { background-color: rgb(84,16,124); }

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

border-color css

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

 span { border-color: rgb(84,16,124); }

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