Html Css Color HEX #54127F Indigo

📋 copy color: '#54127F'

red 84 ◦ green 18 ◦ blue 127

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

Shades of Indigo #54127F

Tints of Indigo #54127F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

 BLUE value IS 127 (50% from 255) = 55.46%

R = 36.68%
G = 7.86%
B = 55.46%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#54127F (or 0x54127F) is known color: Indigo. HEX triplet: 54, 12 and 7F. RGB value is (84,18,127). Sum of RGB (Red+Green+Blue) = 84+18+127=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #54127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54127F is #ABED80. Grayscale: #313131. Windows color (decimal): -11267457 or 8327764. OLE color: 8327764.

HSL color Cylindrical-coordinate representation of color #54127F: hue angle of 276.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54127F is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 18 127 -
CMYK 0.34 0.86 0 0.50
HSL 276.33º 0.75% 0.28% -
HSV(B) 276.33º 0.86% 0.5% -
XYZ 7.7 3.85 20.42 -
YUV 50.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 84 18 127 0.34 0.86 0 0.50 276.33 0.75 0.28
Hex 54 12 7F 22 56 0 32 114 4B 1C
Octal 124 22 177 42 126 0 62 424 113 34
Binary 1010100 10010 1111111 100010 1010110 0 110010 100010100 1001011 11100

Color Harmonies of #54127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54127F

Black with #54127F

Text Example


Text Example

White with #54127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54127F; }

 p { color: rgb(84,18,127); }

 H1.HeaderClassName
 {
   color: #54127F;
 }
 .AnyTagClassName
 {
   color: #54127F;
 }
</style>

background-color css

<style>
 a { background-color: #54127F; }

 a { background-color: rgb(84,18,127); }

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

border-color css

<style>
 span { border-color: #54127F; }

 span { border-color: rgb(84,18,127); }

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