Html Css Color HEX #53037A Indigo

📋 copy color: '#53037A'

red 83 ◦ green 3 ◦ blue 122

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

Shades of Indigo #53037A

Tints of Indigo #53037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 39.9%
G = 1.44%
B = 58.65%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53037A (or 0x53037A) is known color: Indigo. HEX triplet: 53, 03 and 7A. RGB value is (83,3,122). Sum of RGB (Red+Green+Blue) = 83+3+122=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #53037A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53037A is #ACFC85. Grayscale: #282828. Windows color (decimal): -11336838 or 7996243. OLE color: 7996243.

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

Color convert

RGB 83 3 122 -
CMYK 0.32 0.98 0 0.52
HSL 280.34º 0.95% 0.25% -
HSV(B) 280.34º 0.98% 0.48% -
XYZ 7.11 3.31 18.68 -
YUV 40.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 83 3 122 0.32 0.98 0 0.52 280.34 0.95 0.25
Hex 53 3 7A 20 62 0 34 118 5F 19
Octal 123 3 172 40 142 0 64 430 137 31
Binary 1010011 11 1111010 100000 1100010 0 110100 100011000 1011111 11001

Color Harmonies of #53037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53037A

Black with #53037A

Text Example


Text Example

White with #53037A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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