Html Css Color HEX #53168E Indigo

📋 copy color: '#53168E'

red 83 ◦ green 22 ◦ blue 142

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

Shades of Indigo #53168E

Tints of Indigo #53168E

RGB

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

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

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

R = 33.6%
G = 8.91%
B = 57.49%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53168E (or 0x53168E) is known color: Indigo. HEX triplet: 53, 16 and 8E. RGB value is (83,22,142). Sum of RGB (Red+Green+Blue) = 83+22+142=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #53168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53168E is #ACE971. Grayscale: #353535. Windows color (decimal): -11331954 or 9311827. OLE color: 9311827.

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

Color convert

RGB 83 22 142 -
CMYK 0.42 0.85 0 0.44
HSL 270.5º 0.73% 0.32% -
HSV(B) 270.5º 0.85% 0.56% -
XYZ 8.74 4.37 25.97 -
YUV 53.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 83 22 142 0.42 0.85 0 0.44 270.5 0.73 0.32
Hex 53 16 8E 2A 55 0 2C 10E 49 20
Octal 123 26 216 52 125 0 54 416 111 40
Binary 1010011 10110 10001110 101010 1010101 0 101100 100001110 1001001 100000

Color Harmonies of #53168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53168E

Black with #53168E

Text Example


Text Example

White with #53168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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