Html Css Color HEX #54127D Indigo

📋 copy color: '#54127D'

red 84 ◦ green 18 ◦ blue 125

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

Shades of Indigo #54127D

Tints of Indigo #54127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 37%
G = 7.93%
B = 55.07%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54127D (or 0x54127D) is known color: Indigo. HEX triplet: 54, 12 and 7D. RGB value is (84,18,125). Sum of RGB (Red+Green+Blue) = 84+18+125=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #54127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54127D is #ABED82. Grayscale: #313131. Windows color (decimal): -11267459 or 8196692. OLE color: 8196692.

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

Color convert

RGB 84 18 125 -
CMYK 0.33 0.86 0 0.51
HSL 277.01º 0.75% 0.28% -
HSV(B) 277.01º 0.86% 0.49% -
XYZ 7.57 3.8 19.74 -
YUV 49.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 84 18 125 0.33 0.86 0 0.51 277.01 0.75 0.28
Hex 54 12 7D 21 56 0 33 115 4B 1C
Octal 124 22 175 41 126 0 63 425 113 34
Binary 1010100 10010 1111101 100001 1010110 0 110011 100010101 1001011 11100

Color Harmonies of #54127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54127D

Black with #54127D

Text Example


Text Example

White with #54127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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