Html Css Color HEX #54037D Indigo

📋 copy color: '#54037D'

red 84 ◦ green 3 ◦ blue 125

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

Shades of Indigo #54037D

Tints of Indigo #54037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 39.62%
G = 1.42%
B = 58.96%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54037D (or 0x54037D) is known color: Indigo. HEX triplet: 54, 03 and 7D. RGB value is (84,3,125). Sum of RGB (Red+Green+Blue) = 84+3+125=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #54037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54037D is #ABFC82. Grayscale: #282828. Windows color (decimal): -11271299 or 8192852. OLE color: 8192852.

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

Color convert

RGB 84 3 125 -
CMYK 0.33 0.98 0 0.51
HSL 279.84º 0.95% 0.25% -
HSV(B) 279.84º 0.98% 0.49% -
XYZ 7.39 3.43 19.67 -
YUV 41.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 84 3 125 0.33 0.98 0 0.51 279.84 0.95 0.25
Hex 54 3 7D 21 62 0 33 118 5F 19
Octal 124 3 175 41 142 0 63 430 137 31
Binary 1010100 11 1111101 100001 1100010 0 110011 100011000 1011111 11001

Color Harmonies of #54037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54037D

Black with #54037D

Text Example


Text Example

White with #54037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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