Html Css Color HEX #53197D Indigo

📋 copy color: '#53197D'

red 83 ◦ green 25 ◦ blue 125

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

Shades of Indigo #53197D

Tints of Indigo #53197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.73%

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

R = 35.62%
G = 10.73%
B = 53.65%

CMYK

 C value IS 0.34

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53197D (or 0x53197D) is known color: Indigo. HEX triplet: 53, 19 and 7D. RGB value is (83,25,125). Sum of RGB (Red+Green+Blue) = 83+25+125=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #53197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53197D is #ACE682. Grayscale: #353535. Windows color (decimal): -11331203 or 8198483. OLE color: 8198483.

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

Color convert

RGB 83 25 125 -
CMYK 0.34 0.8 0 0.51
HSL 274.8º 0.67% 0.29% -
HSV(B) 274.8º 0.8% 0.49% -
XYZ 7.62 4.01 19.78 -
YUV 53.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 83 25 125 0.34 0.8 0 0.51 274.8 0.67 0.29
Hex 53 19 7D 22 50 0 33 113 43 1D
Octal 123 31 175 42 120 0 63 423 103 35
Binary 1010011 11001 1111101 100010 1010000 0 110011 100010011 1000011 11101

Color Harmonies of #53197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53197D

Black with #53197D

Text Example


Text Example

White with #53197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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