Html Css Color HEX #53178E Indigo

📋 copy color: '#53178E'

red 83 ◦ green 23 ◦ blue 142

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

Shades of Indigo #53178E

Tints of Indigo #53178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.26%

R = 33.47%
G = 9.27%
B = 57.26%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53178E (or 0x53178E) is known color: Indigo. HEX triplet: 53, 17 and 8E. RGB value is (83,23,142). Sum of RGB (Red+Green+Blue) = 83+23+142=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #53178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53178E is #ACE871. Grayscale: #363636. Windows color (decimal): -11331698 or 9312083. OLE color: 9312083.

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

Color convert

RGB 83 23 142 -
CMYK 0.42 0.84 0 0.44
HSL 270.25º 0.72% 0.32% -
HSV(B) 270.25º 0.84% 0.56% -
XYZ 8.76 4.4 25.98 -
YUV 54.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 83 23 142 0.42 0.84 0 0.44 270.25 0.72 0.32
Hex 53 17 8E 2A 54 0 2C 10E 48 20
Octal 123 27 216 52 124 0 54 416 110 40
Binary 1010011 10111 10001110 101010 1010100 0 101100 100001110 1001000 100000

Color Harmonies of #53178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53178E

Black with #53178E

Text Example


Text Example

White with #53178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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