Html Css Color HEX #53127C Indigo

📋 copy color: '#53127C'

red 83 ◦ green 18 ◦ blue 124

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

Shades of Indigo #53127C

Tints of Indigo #53127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 36.89%
G = 8%
B = 55.11%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53127C (or 0x53127C) is known color: Indigo. HEX triplet: 53, 12 and 7C. RGB value is (83,18,124). Sum of RGB (Red+Green+Blue) = 83+18+124=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #53127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53127C is #ACED83. Grayscale: #313131. Windows color (decimal): -11332996 or 8131155. OLE color: 8131155.

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

Color convert

RGB 83 18 124 -
CMYK 0.33 0.85 0 0.51
HSL 276.79º 0.75% 0.28% -
HSV(B) 276.79º 0.85% 0.49% -
XYZ 7.42 3.73 19.4 -
YUV 49.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 83 18 124 0.33 0.85 0 0.51 276.79 0.75 0.28
Hex 53 12 7C 21 55 0 33 115 4B 1C
Octal 123 22 174 41 125 0 63 425 113 34
Binary 1010011 10010 1111100 100001 1010101 0 110011 100010101 1001011 11100

Color Harmonies of #53127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53127C

Black with #53127C

Text Example


Text Example

White with #53127C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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