Html Css Color HEX #53109F Indigo

📋 copy color: '#53109F'

red 83 ◦ green 16 ◦ blue 159

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

Shades of Indigo #53109F

Tints of Indigo #53109F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.63%

R = 32.17%
G = 6.2%
B = 61.63%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53109F (or 0x53109F) is known color: Indigo. HEX triplet: 53, 10 and 9F. RGB value is (83,16,159). Sum of RGB (Red+Green+Blue) = 83+16+159=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #53109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53109F is #ACEF60. Grayscale: #333333. Windows color (decimal): -11333473 or 10424403. OLE color: 10424403.

HSL color Cylindrical-coordinate representation of color #53109F: hue angle of 268.11º 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 #53109F is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 16 159 -
CMYK 0.48 0.90 0 0.38
HSL 268.11º 0.82% 0.34% -
HSV(B) 268.11º 0.9% 0.62% -
XYZ 10.01 4.71 33.18 -
YUV 52.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 83 16 159 0.48 0.90 0 0.38 268.11 0.82 0.34
Hex 53 10 9F 30 5A 0 26 10C 52 22
Octal 123 20 237 60 132 0 46 414 122 42
Binary 1010011 10000 10011111 110000 1011010 0 100110 100001100 1010010 100010

Color Harmonies of #53109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53109F

Black with #53109F

Text Example


Text Example

White with #53109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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