Html Css Color HEX #54036F Indigo

📋 copy color: '#54036F'

red 84 ◦ green 3 ◦ blue 111

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

Shades of Indigo #54036F

Tints of Indigo #54036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.06%

R = 42.42%
G = 1.52%
B = 56.06%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54036F (or 0x54036F) is known color: Indigo. HEX triplet: 54, 03 and 6F. RGB value is (84,3,111). Sum of RGB (Red+Green+Blue) = 84+3+111=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #54036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54036F is #ABFC90. Grayscale: #272727. Windows color (decimal): -11271313 or 7275348. OLE color: 7275348.

HSL color Cylindrical-coordinate representation of color #54036F: hue angle of 285º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #54036F is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 3 111 -
CMYK 0.24 0.97 0 0.56
HSL 285º 0.95% 0.22% -
HSV(B) 285º 0.97% 0.44% -
XYZ 6.56 3.1 15.29 -
YUV 39.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 84 3 111 0.24 0.97 0 0.56 285 0.95 0.22
Hex 54 3 6F 18 61 0 38 11D 5F 16
Octal 124 3 157 30 141 0 70 435 137 26
Binary 1010100 11 1101111 11000 1100001 0 111000 100011101 1011111 10110

Color Harmonies of #54036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54036F

Black with #54036F

Text Example


Text Example

White with #54036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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