Html Css Color HEX #53039D Indigo

📋 copy color: '#53039D'

red 83 ◦ green 3 ◦ blue 157

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

Shades of Indigo #53039D

Tints of Indigo #53039D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.61%

R = 34.16%
G = 1.23%
B = 64.61%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53039D (or 0x53039D) is known color: Indigo. HEX triplet: 53, 03 and 9D. RGB value is (83,3,157). Sum of RGB (Red+Green+Blue) = 83+3+157=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #53039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53039D is #ACFC62. Grayscale: #2B2B2B. Windows color (decimal): -11336803 or 10290003. OLE color: 10290003.

HSL color Cylindrical-coordinate representation of color #53039D: hue angle of 271.17º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53039D is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 3 157 -
CMYK 0.47 0.98 0 0.38
HSL 271.17º 0.96% 0.31% -
HSV(B) 271.17º 0.98% 0.62% -
XYZ 9.69 4.34 32.23 -
YUV 44.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 83 3 157 0.47 0.98 0 0.38 271.17 0.96 0.31
Hex 53 3 9D 2F 62 0 26 10F 60 1F
Octal 123 3 235 57 142 0 46 417 140 37
Binary 1010011 11 10011101 101111 1100010 0 100110 100001111 1100000 11111

Color Harmonies of #53039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53039D

Black with #53039D

Text Example


Text Example

White with #53039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53039D; }

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

 H1.HeaderClassName
 {
   color: #53039D;
 }
 .AnyTagClassName
 {
   color: #53039D;
 }
</style>

background-color css

<style>
 a { background-color: #53039D; }

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

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

border-color css

<style>
 span { border-color: #53039D; }

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

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