Html Css Color HEX #53037F Indigo

📋 copy color: '#53037F'

red 83 ◦ green 3 ◦ blue 127

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

Shades of Indigo #53037F

Tints of Indigo #53037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.62%

R = 38.97%
G = 1.41%
B = 59.62%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53037F (or 0x53037F) is known color: Indigo. HEX triplet: 53, 03 and 7F. RGB value is (83,3,127). Sum of RGB (Red+Green+Blue) = 83+3+127=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #53037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53037F is #ACFC80. Grayscale: #282828. Windows color (decimal): -11336833 or 8323923. OLE color: 8323923.

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

Color convert

RGB 83 3 127 -
CMYK 0.35 0.98 0 0.50
HSL 278.71º 0.95% 0.25% -
HSV(B) 278.71º 0.98% 0.5% -
XYZ 7.43 3.44 20.35 -
YUV 41.06 176.5 157.92 -
System Red Green Blue C M Y K H S L
Decimal 83 3 127 0.35 0.98 0 0.50 278.71 0.95 0.25
Hex 53 3 7F 23 62 0 32 117 5F 19
Octal 123 3 177 43 142 0 62 427 137 31
Binary 1010011 11 1111111 100011 1100010 0 110010 100010111 1011111 11001

Color Harmonies of #53037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53037F

Black with #53037F

Text Example


Text Example

White with #53037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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