Html Css Color HEX #53109D Indigo

📋 copy color: '#53109D'

red 83 ◦ green 16 ◦ blue 157

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

Shades of Indigo #53109D

Tints of Indigo #53109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 32.42%
G = 6.25%
B = 61.33%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53109D (or 0x53109D) is known color: Indigo. HEX triplet: 53, 10 and 9D. RGB value is (83,16,157). Sum of RGB (Red+Green+Blue) = 83+16+157=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #53109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53109D is #ACEF62. Grayscale: #333333. Windows color (decimal): -11333475 or 10293331. OLE color: 10293331.

HSL color Cylindrical-coordinate representation of color #53109D: hue angle of 268.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53109D is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 16 157 -
CMYK 0.47 0.90 0 0.38
HSL 268.51º 0.82% 0.34% -
HSV(B) 268.51º 0.9% 0.62% -
XYZ 9.84 4.64 32.28 -
YUV 52.11 187.2 150.04 -
System Red Green Blue C M Y K H S L
Decimal 83 16 157 0.47 0.90 0 0.38 268.51 0.82 0.34
Hex 53 10 9D 2F 5A 0 26 10D 52 22
Octal 123 20 235 57 132 0 46 415 122 42
Binary 1010011 10000 10011101 101111 1011010 0 100110 100001101 1010010 100010

Color Harmonies of #53109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53109D

Black with #53109D

Text Example


Text Example

White with #53109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53109D; }

 p { color: rgb(83,16,157); }

 H1.HeaderClassName
 {
   color: #53109D;
 }
 .AnyTagClassName
 {
   color: #53109D;
 }
</style>

background-color css

<style>
 a { background-color: #53109D; }

 a { background-color: rgb(83,16,157); }

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

border-color css

<style>
 span { border-color: #53109D; }

 span { border-color: rgb(83,16,157); }

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