Html Css Color HEX #53156E Indigo

📋 copy color: '#53156E'

red 83 ◦ green 21 ◦ blue 110

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

Shades of Indigo #53156E

Tints of Indigo #53156E

RGB

 RED value IS 83 (32.81% from 255) = 38.79%

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 38.79%
G = 9.81%
B = 51.4%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53156E (or 0x53156E) is known color: Indigo. HEX triplet: 53, 15 and 6E. RGB value is (83,21,110). Sum of RGB (Red+Green+Blue) = 83+21+110=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #53156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53156E is #ACEA91. Grayscale: #313131. Windows color (decimal): -11332242 or 7214419. OLE color: 7214419.

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

Color convert

RGB 83 21 110 -
CMYK 0.25 0.81 0 0.57
HSL 281.8º 0.68% 0.26% -
HSV(B) 281.8º 0.81% 0.43% -
XYZ 6.65 3.5 15.08 -
YUV 49.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 83 21 110 0.25 0.81 0 0.57 281.8 0.68 0.26
Hex 53 15 6E 19 51 0 39 11A 44 1A
Octal 123 25 156 31 121 0 71 432 104 32
Binary 1010011 10101 1101110 11001 1010001 0 111001 100011010 1000100 11010

Color Harmonies of #53156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53156E

Black with #53156E

Text Example


Text Example

White with #53156E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,21,110); }

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

background-color css

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

 a { background-color: rgb(83,21,110); }

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

border-color css

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

 span { border-color: rgb(83,21,110); }

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