Html Css Color HEX #53037D Indigo

📋 copy color: '#53037D'

red 83 ◦ green 3 ◦ blue 125

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

Shades of Indigo #53037D

Tints of Indigo #53037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 39.34%
G = 1.42%
B = 59.24%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53037D (or 0x53037D) is known color: Indigo. HEX triplet: 53, 03 and 7D. RGB value is (83,3,125). Sum of RGB (Red+Green+Blue) = 83+3+125=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #53037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53037D is #ACFC82. Grayscale: #282828. Windows color (decimal): -11336835 or 8192851. OLE color: 8192851.

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

Color convert

RGB 83 3 125 -
CMYK 0.34 0.98 0 0.51
HSL 279.34º 0.95% 0.25% -
HSV(B) 279.34º 0.98% 0.49% -
XYZ 7.3 3.38 19.67 -
YUV 40.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 83 3 125 0.34 0.98 0 0.51 279.34 0.95 0.25
Hex 53 3 7D 22 62 0 33 117 5F 19
Octal 123 3 175 42 142 0 63 427 137 31
Binary 1010011 11 1111101 100010 1100010 0 110011 100010111 1011111 11001

Color Harmonies of #53037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53037D

Black with #53037D

Text Example


Text Example

White with #53037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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