Html Css Color HEX #54136F Indigo

📋 copy color: '#54136F'

red 84 ◦ green 19 ◦ blue 111

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

Shades of Indigo #54136F

Tints of Indigo #54136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 39.25%
G = 8.88%
B = 51.87%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#54136F (or 0x54136F) is known color: Indigo. HEX triplet: 54, 13 and 6F. RGB value is (84,19,111). Sum of RGB (Red+Green+Blue) = 84+19+111=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #54136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54136F is #ABEC90. Grayscale: #303030. Windows color (decimal): -11267217 or 7279444. OLE color: 7279444.

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

Color convert

RGB 84 19 111 -
CMYK 0.24 0.83 0 0.56
HSL 282.39º 0.71% 0.25% -
HSV(B) 282.39º 0.83% 0.44% -
XYZ 6.76 3.5 15.36 -
YUV 48.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 84 19 111 0.24 0.83 0 0.56 282.39 0.71 0.25
Hex 54 13 6F 18 53 0 38 11A 47 19
Octal 124 23 157 30 123 0 70 432 107 31
Binary 1010100 10011 1101111 11000 1010011 0 111000 100011010 1000111 11001

Color Harmonies of #54136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54136F

Black with #54136F

Text Example


Text Example

White with #54136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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