Html Css Color HEX #53036F Indigo

📋 copy color: '#53036F'

red 83 ◦ green 3 ◦ blue 111

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

Shades of Indigo #53036F

Tints of Indigo #53036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 42.13%
G = 1.52%
B = 56.35%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53036F (or 0x53036F) is known color: Indigo. HEX triplet: 53, 03 and 6F. RGB value is (83,3,111). Sum of RGB (Red+Green+Blue) = 83+3+111=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #53036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53036F is #ACFC90. Grayscale: #262626. Windows color (decimal): -11336849 or 7275347. OLE color: 7275347.

HSL color Cylindrical-coordinate representation of color #53036F: hue angle of 284.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #53036F is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 3 111 -
CMYK 0.25 0.97 0 0.56
HSL 284.44º 0.95% 0.22% -
HSV(B) 284.44º 0.97% 0.44% -
XYZ 6.47 3.05 15.29 -
YUV 39.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 83 3 111 0.25 0.97 0 0.56 284.44 0.95 0.22
Hex 53 3 6F 19 61 0 38 11C 5F 16
Octal 123 3 157 31 141 0 70 434 137 26
Binary 1010011 11 1101111 11001 1100001 0 111000 100011100 1011111 10110

Color Harmonies of #53036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53036F

Black with #53036F

Text Example


Text Example

White with #53036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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