Html Css Color HEX #53168F Indigo

📋 copy color: '#53168F'

red 83 ◦ green 22 ◦ blue 143

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

Shades of Indigo #53168F

Tints of Indigo #53168F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.66%

R = 33.47%
G = 8.87%
B = 57.66%

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

#53168F (or 0x53168F) is known color: Indigo. HEX triplet: 53, 16 and 8F. RGB value is (83,22,143). Sum of RGB (Red+Green+Blue) = 83+22+143=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #53168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53168F is #ACE970. Grayscale: #353535. Windows color (decimal): -11331953 or 9377363. OLE color: 9377363.

HSL color Cylindrical-coordinate representation of color #53168F: hue angle of 270.25º 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 #53168F is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 22 143 -
CMYK 0.42 0.85 0 0.44
HSL 270.25º 0.73% 0.32% -
HSV(B) 270.25º 0.85% 0.56% -
XYZ 8.81 4.4 26.37 -
YUV 54.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 83 22 143 0.42 0.85 0 0.44 270.25 0.73 0.32
Hex 53 16 8F 2A 55 0 2C 10E 49 20
Octal 123 26 217 52 125 0 54 416 111 40
Binary 1010011 10110 10001111 101010 1010101 0 101100 100001110 1001001 100000

Color Harmonies of #53168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53168F

Black with #53168F

Text Example


Text Example

White with #53168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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