Html Css Color HEX #53177A Indigo

📋 copy color: '#53177A'

red 83 ◦ green 23 ◦ blue 122

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

Shades of Indigo #53177A

Tints of Indigo #53177A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.51%

R = 36.4%
G = 10.09%
B = 53.51%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53177A (or 0x53177A) is known color: Indigo. HEX triplet: 53, 17 and 7A. RGB value is (83,23,122). Sum of RGB (Red+Green+Blue) = 83+23+122=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #53177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53177A is #ACE885. Grayscale: #333333. Windows color (decimal): -11331718 or 8001363. OLE color: 8001363.

HSL color Cylindrical-coordinate representation of color #53177A: hue angle of 276.36º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53177A is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 23 122 -
CMYK 0.32 0.81 0 0.52
HSL 276.36º 0.68% 0.28% -
HSV(B) 276.36º 0.81% 0.48% -
XYZ 7.39 3.86 18.77 -
YUV 52.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 83 23 122 0.32 0.81 0 0.52 276.36 0.68 0.28
Hex 53 17 7A 20 51 0 34 114 44 1C
Octal 123 27 172 40 121 0 64 424 104 34
Binary 1010011 10111 1111010 100000 1010001 0 110100 100010100 1000100 11100

Color Harmonies of #53177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53177A

Black with #53177A

Text Example


Text Example

White with #53177A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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