Html Css Color HEX #53178A Indigo

📋 copy color: '#53178A'

red 83 ◦ green 23 ◦ blue 138

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

Shades of Indigo #53178A

Tints of Indigo #53178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.56%

R = 34.02%
G = 9.43%
B = 56.56%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53178A (or 0x53178A) is known color: Indigo. HEX triplet: 53, 17 and 8A. RGB value is (83,23,138). Sum of RGB (Red+Green+Blue) = 83+23+138=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #53178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53178A is #ACE875. Grayscale: #353535. Windows color (decimal): -11331702 or 9049939. OLE color: 9049939.

HSL color Cylindrical-coordinate representation of color #53178A: hue angle of 271.3º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53178A is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 23 138 -
CMYK 0.40 0.83 0 0.46
HSL 271.3º 0.71% 0.32% -
HSV(B) 271.3º 0.83% 0.54% -
XYZ 8.46 4.29 24.43 -
YUV 54.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 83 23 138 0.40 0.83 0 0.46 271.3 0.71 0.32
Hex 53 17 8A 28 53 0 2E 10F 47 20
Octal 123 27 212 50 123 0 56 417 107 40
Binary 1010011 10111 10001010 101000 1010011 0 101110 100001111 1000111 100000

Color Harmonies of #53178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53178A

Black with #53178A

Text Example


Text Example

White with #53178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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