Html Css Color HEX #53117C Indigo

📋 copy color: '#53117C'

red 83 ◦ green 17 ◦ blue 124

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

Shades of Indigo #53117C

Tints of Indigo #53117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

 BLUE value IS 124 (48.83% from 255) = 55.36%

R = 37.05%
G = 7.59%
B = 55.36%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53117C (or 0x53117C) is known color: Indigo. HEX triplet: 53, 11 and 7C. RGB value is (83,17,124). Sum of RGB (Red+Green+Blue) = 83+17+124=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #53117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53117C is #ACEE83. Grayscale: #303030. Windows color (decimal): -11333252 or 8130899. OLE color: 8130899.

HSL color Cylindrical-coordinate representation of color #53117C: hue angle of 277.01º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53117C is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 17 124 -
CMYK 0.33 0.86 0 0.51
HSL 277.01º 0.76% 0.28% -
HSV(B) 277.01º 0.86% 0.49% -
XYZ 7.41 3.7 19.39 -
YUV 48.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 83 17 124 0.33 0.86 0 0.51 277.01 0.76 0.28
Hex 53 11 7C 21 56 0 33 115 4C 1C
Octal 123 21 174 41 126 0 63 425 114 34
Binary 1010011 10001 1111100 100001 1010110 0 110011 100010101 1001100 11100

Color Harmonies of #53117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53117C

Black with #53117C

Text Example


Text Example

White with #53117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53117C; }

 p { color: rgb(83,17,124); }

 H1.HeaderClassName
 {
   color: #53117C;
 }
 .AnyTagClassName
 {
   color: #53117C;
 }
</style>

background-color css

<style>
 a { background-color: #53117C; }

 a { background-color: rgb(83,17,124); }

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

border-color css

<style>
 span { border-color: #53117C; }

 span { border-color: rgb(83,17,124); }

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