Html Css Color HEX #53178D Indigo

📋 copy color: '#53178D'

red 83 ◦ green 23 ◦ blue 141

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

Shades of Indigo #53178D

Tints of Indigo #53178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.31%

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 33.6%
G = 9.31%
B = 57.09%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53178D (or 0x53178D) is known color: Indigo. HEX triplet: 53, 17 and 8D. RGB value is (83,23,141). Sum of RGB (Red+Green+Blue) = 83+23+141=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #53178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53178D is #ACE872. Grayscale: #353535. Windows color (decimal): -11331699 or 9246547. OLE color: 9246547.

HSL color Cylindrical-coordinate representation of color #53178D: hue angle of 270.51º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53178D is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 23 141 -
CMYK 0.41 0.84 0 0.45
HSL 270.51º 0.72% 0.32% -
HSV(B) 270.51º 0.84% 0.55% -
XYZ 8.68 4.37 25.59 -
YUV 54.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 83 23 141 0.41 0.84 0 0.45 270.51 0.72 0.32
Hex 53 17 8D 29 54 0 2D 10F 48 20
Octal 123 27 215 51 124 0 55 417 110 40
Binary 1010011 10111 10001101 101001 1010100 0 101101 100001111 1001000 100000

Color Harmonies of #53178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53178D

Black with #53178D

Text Example


Text Example

White with #53178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,23,141); }

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

background-color css

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

 a { background-color: rgb(83,23,141); }

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

border-color css

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

 span { border-color: rgb(83,23,141); }

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