Html Css Color HEX #53108F Indigo

📋 copy color: '#53108F'

red 83 ◦ green 16 ◦ blue 143

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

Shades of Indigo #53108F

Tints of Indigo #53108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.09%

R = 34.3%
G = 6.61%
B = 59.09%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53108F (or 0x53108F) is known color: Indigo. HEX triplet: 53, 10 and 8F. RGB value is (83,16,143). Sum of RGB (Red+Green+Blue) = 83+16+143=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #53108F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53108F is #ACEF70. Grayscale: #323232. Windows color (decimal): -11333489 or 9375827. OLE color: 9375827.

HSL color Cylindrical-coordinate representation of color #53108F: hue angle of 271.65º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53108F is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 16 143 -
CMYK 0.42 0.89 0 0.44
HSL 271.65º 0.8% 0.31% -
HSV(B) 271.65º 0.89% 0.56% -
XYZ 8.71 4.19 26.34 -
YUV 50.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 83 16 143 0.42 0.89 0 0.44 271.65 0.8 0.31
Hex 53 10 8F 2A 59 0 2C 110 50 1F
Octal 123 20 217 52 131 0 54 420 120 37
Binary 1010011 10000 10001111 101010 1011001 0 101100 100010000 1010000 11111

Color Harmonies of #53108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53108F

Black with #53108F

Text Example


Text Example

White with #53108F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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