Html Css Color HEX #53127E Indigo

📋 copy color: '#53127E'

red 83 ◦ green 18 ◦ blue 126

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

Shades of Indigo #53127E

Tints of Indigo #53127E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.51%

R = 36.56%
G = 7.93%
B = 55.51%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53127E (or 0x53127E) is known color: Indigo. HEX triplet: 53, 12 and 7E. RGB value is (83,18,126). Sum of RGB (Red+Green+Blue) = 83+18+126=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #53127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53127E is #ACED81. Grayscale: #313131. Windows color (decimal): -11332994 or 8262227. OLE color: 8262227.

HSL color Cylindrical-coordinate representation of color #53127E: hue angle of 276.11º degrees, saturation: 0.75, 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 #53127E is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 18 126 -
CMYK 0.34 0.86 0 0.51
HSL 276.11º 0.75% 0.28% -
HSV(B) 276.11º 0.86% 0.49% -
XYZ 7.55 3.78 20.07 -
YUV 49.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 83 18 126 0.34 0.86 0 0.51 276.11 0.75 0.28
Hex 53 12 7E 22 56 0 33 114 4B 1C
Octal 123 22 176 42 126 0 63 424 113 34
Binary 1010011 10010 1111110 100010 1010110 0 110011 100010100 1001011 11100

Color Harmonies of #53127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53127E

Black with #53127E

Text Example


Text Example

White with #53127E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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