Html Css Color HEX #53177D Indigo

📋 copy color: '#53177D'

red 83 ◦ green 23 ◦ blue 125

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

Shades of Indigo #53177D

Tints of Indigo #53177D

RGB

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

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

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

R = 35.93%
G = 9.96%
B = 54.11%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53177D (or 0x53177D) is known color: Indigo. HEX triplet: 53, 17 and 7D. RGB value is (83,23,125). Sum of RGB (Red+Green+Blue) = 83+23+125=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #53177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53177D is #ACE882. Grayscale: #343434. Windows color (decimal): -11331715 or 8197971. OLE color: 8197971.

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

Color convert

RGB 83 23 125 -
CMYK 0.34 0.82 0 0.51
HSL 275.29º 0.69% 0.29% -
HSV(B) 275.29º 0.82% 0.49% -
XYZ 7.58 3.93 19.76 -
YUV 52.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 83 23 125 0.34 0.82 0 0.51 275.29 0.69 0.29
Hex 53 17 7D 22 52 0 33 113 45 1D
Octal 123 27 175 42 122 0 63 423 105 35
Binary 1010011 10111 1111101 100010 1010010 0 110011 100010011 1000101 11101

Color Harmonies of #53177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53177D

Black with #53177D

Text Example


Text Example

White with #53177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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