Html Css Color HEX #53137D Indigo

📋 copy color: '#53137D'

red 83 ◦ green 19 ◦ blue 125

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

Shades of Indigo #53137D

Tints of Indigo #53137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

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

R = 36.56%
G = 8.37%
B = 55.07%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53137D (or 0x53137D) is known color: Indigo. HEX triplet: 53, 13 and 7D. RGB value is (83,19,125). Sum of RGB (Red+Green+Blue) = 83+19+125=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #53137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53137D is #ACEC82. Grayscale: #313131. Windows color (decimal): -11332739 or 8196947. OLE color: 8196947.

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

Color convert

RGB 83 19 125 -
CMYK 0.34 0.85 0 0.51
HSL 276.23º 0.74% 0.28% -
HSV(B) 276.23º 0.85% 0.49% -
XYZ 7.5 3.79 19.74 -
YUV 50.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 83 19 125 0.34 0.85 0 0.51 276.23 0.74 0.28
Hex 53 13 7D 22 55 0 33 114 4A 1C
Octal 123 23 175 42 125 0 63 424 112 34
Binary 1010011 10011 1111101 100010 1010101 0 110011 100010100 1001010 11100

Color Harmonies of #53137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53137D

Black with #53137D

Text Example


Text Example

White with #53137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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