Html Css Color HEX #53167A Indigo

📋 copy color: '#53167A'

red 83 ◦ green 22 ◦ blue 122

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

Shades of Indigo #53167A

Tints of Indigo #53167A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 36.56%
G = 9.69%
B = 53.74%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53167A (or 0x53167A) is known color: Indigo. HEX triplet: 53, 16 and 7A. RGB value is (83,22,122). Sum of RGB (Red+Green+Blue) = 83+22+122=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #53167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53167A is #ACE985. Grayscale: #333333. Windows color (decimal): -11331974 or 8001107. OLE color: 8001107.

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

Color convert

RGB 83 22 122 -
CMYK 0.32 0.82 0 0.52
HSL 276.6º 0.69% 0.28% -
HSV(B) 276.6º 0.82% 0.48% -
XYZ 7.37 3.82 18.76 -
YUV 51.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 83 22 122 0.32 0.82 0 0.52 276.6 0.69 0.28
Hex 53 16 7A 20 52 0 34 115 45 1C
Octal 123 26 172 40 122 0 64 425 105 34
Binary 1010011 10110 1111010 100000 1010010 0 110100 100010101 1000101 11100

Color Harmonies of #53167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53167A

Black with #53167A

Text Example


Text Example

White with #53167A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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