Html Css Color HEX #53187A Indigo

📋 copy color: '#53187A'

red 83 ◦ green 24 ◦ blue 122

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

Shades of Indigo #53187A

Tints of Indigo #53187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 36.24%
G = 10.48%
B = 53.28%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#53187A (or 0x53187A) is known color: Indigo. HEX triplet: 53, 18 and 7A. RGB value is (83,24,122). Sum of RGB (Red+Green+Blue) = 83+24+122=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #53187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53187A is #ACE785. Grayscale: #343434. Windows color (decimal): -11331462 or 8001619. OLE color: 8001619.

HSL color Cylindrical-coordinate representation of color #53187A: hue angle of 276.12º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53187A is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 24 122 -
CMYK 0.32 0.80 0 0.52
HSL 276.12º 0.67% 0.29% -
HSV(B) 276.12º 0.8% 0.48% -
XYZ 7.41 3.9 18.77 -
YUV 52.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 83 24 122 0.32 0.80 0 0.52 276.12 0.67 0.29
Hex 53 18 7A 20 50 0 34 114 43 1D
Octal 123 30 172 40 120 0 64 424 103 35
Binary 1010011 11000 1111010 100000 1010000 0 110100 100010100 1000011 11101

Color Harmonies of #53187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53187A

Black with #53187A

Text Example


Text Example

White with #53187A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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