Html Css Color HEX #53127A Indigo

📋 copy color: '#53127A'

red 83 ◦ green 18 ◦ blue 122

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

Shades of Indigo #53127A

Tints of Indigo #53127A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.71%

R = 37.22%
G = 8.07%
B = 54.71%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53127A (or 0x53127A) is known color: Indigo. HEX triplet: 53, 12 and 7A. RGB value is (83,18,122). Sum of RGB (Red+Green+Blue) = 83+18+122=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #53127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53127A is #ACED85. Grayscale: #303030. Windows color (decimal): -11332998 or 8000083. OLE color: 8000083.

HSL color Cylindrical-coordinate representation of color #53127A: hue angle of 277.5º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53127A is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 18 122 -
CMYK 0.32 0.85 0 0.52
HSL 277.5º 0.74% 0.27% -
HSV(B) 277.5º 0.85% 0.48% -
XYZ 7.3 3.68 18.74 -
YUV 49.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 83 18 122 0.32 0.85 0 0.52 277.5 0.74 0.27
Hex 53 12 7A 20 55 0 34 116 4A 1B
Octal 123 22 172 40 125 0 64 426 112 33
Binary 1010011 10010 1111010 100000 1010101 0 110100 100010110 1001010 11011

Color Harmonies of #53127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53127A

Black with #53127A

Text Example


Text Example

White with #53127A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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