Html Css Color HEX #53156F Indigo

📋 copy color: '#53156F'

red 83 ◦ green 21 ◦ blue 111

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

Shades of Indigo #53156F

Tints of Indigo #53156F

RGB

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

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

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

R = 38.6%
G = 9.77%
B = 51.63%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53156F (or 0x53156F) is known color: Indigo. HEX triplet: 53, 15 and 6F. RGB value is (83,21,111). Sum of RGB (Red+Green+Blue) = 83+21+111=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #53156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53156F is #ACEA90. Grayscale: #313131. Windows color (decimal): -11332241 or 7279955. OLE color: 7279955.

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

Color convert

RGB 83 21 111 -
CMYK 0.25 0.81 0 0.56
HSL 281.33º 0.68% 0.26% -
HSV(B) 281.33º 0.81% 0.44% -
XYZ 6.7 3.52 15.37 -
YUV 49.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 83 21 111 0.25 0.81 0 0.56 281.33 0.68 0.26
Hex 53 15 6F 19 51 0 38 119 44 1A
Octal 123 25 157 31 121 0 70 431 104 32
Binary 1010011 10101 1101111 11001 1010001 0 111000 100011001 1000100 11010

Color Harmonies of #53156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53156F

Black with #53156F

Text Example


Text Example

White with #53156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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