Html Css Color HEX #54136E Indigo

📋 copy color: '#54136E'

red 84 ◦ green 19 ◦ blue 110

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

Shades of Indigo #54136E

Tints of Indigo #54136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 39.44%
G = 8.92%
B = 51.64%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#54136E (or 0x54136E) is known color: Indigo. HEX triplet: 54, 13 and 6E. RGB value is (84,19,110). Sum of RGB (Red+Green+Blue) = 84+19+110=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #54136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54136E is #ABEC91. Grayscale: #303030. Windows color (decimal): -11267218 or 7213908. OLE color: 7213908.

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

Color convert

RGB 84 19 110 -
CMYK 0.24 0.83 0 0.57
HSL 282.86º 0.71% 0.25% -
HSV(B) 282.86º 0.83% 0.43% -
XYZ 6.7 3.48 15.07 -
YUV 48.81 162.53 153.1 -
System Red Green Blue C M Y K H S L
Decimal 84 19 110 0.24 0.83 0 0.57 282.86 0.71 0.25
Hex 54 13 6E 18 53 0 39 11B 47 19
Octal 124 23 156 30 123 0 71 433 107 31
Binary 1010100 10011 1101110 11000 1010011 0 111001 100011011 1000111 11001

Color Harmonies of #54136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54136E

Black with #54136E

Text Example


Text Example

White with #54136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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