Html Css Color HEX #53037E Indigo

📋 copy color: '#53037E'

red 83 ◦ green 3 ◦ blue 126

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

Shades of Indigo #53037E

Tints of Indigo #53037E

RGB

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

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

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

R = 39.15%
G = 1.42%
B = 59.43%

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

#53037E (or 0x53037E) is known color: Indigo. HEX triplet: 53, 03 and 7E. RGB value is (83,3,126). Sum of RGB (Red+Green+Blue) = 83+3+126=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #53037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53037E is #ACFC81. Grayscale: #282828. Windows color (decimal): -11336834 or 8258387. OLE color: 8258387.

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

Color convert

RGB 83 3 126 -
CMYK 0.34 0.98 0 0.51
HSL 279.02º 0.95% 0.25% -
HSV(B) 279.02º 0.98% 0.49% -
XYZ 7.37 3.41 20.01 -
YUV 40.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 83 3 126 0.34 0.98 0 0.51 279.02 0.95 0.25
Hex 53 3 7E 22 62 0 33 117 5F 19
Octal 123 3 176 42 142 0 63 427 137 31
Binary 1010011 11 1111110 100010 1100010 0 110011 100010111 1011111 11001

Color Harmonies of #53037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53037E

Black with #53037E

Text Example


Text Example

White with #53037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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