Html Css Color HEX #53129D Indigo

📋 copy color: '#53129D'

red 83 ◦ green 18 ◦ blue 157

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

Shades of Indigo #53129D

Tints of Indigo #53129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 32.17%
G = 6.98%
B = 60.85%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53129D (or 0x53129D) is known color: Indigo. HEX triplet: 53, 12 and 9D. RGB value is (83,18,157). Sum of RGB (Red+Green+Blue) = 83+18+157=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #53129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53129D is #ACED62. Grayscale: #343434. Windows color (decimal): -11332963 or 10293843. OLE color: 10293843.

HSL color Cylindrical-coordinate representation of color #53129D: hue angle of 268.06º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53129D is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 18 157 -
CMYK 0.47 0.89 0 0.38
HSL 268.06º 0.79% 0.34% -
HSV(B) 268.06º 0.89% 0.62% -
XYZ 9.87 4.71 32.29 -
YUV 53.28 186.53 149.2 -
System Red Green Blue C M Y K H S L
Decimal 83 18 157 0.47 0.89 0 0.38 268.06 0.79 0.34
Hex 53 12 9D 2F 59 0 26 10C 4F 22
Octal 123 22 235 57 131 0 46 414 117 42
Binary 1010011 10010 10011101 101111 1011001 0 100110 100001100 1001111 100010

Color Harmonies of #53129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53129D

Black with #53129D

Text Example


Text Example

White with #53129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,18,157); }

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

background-color css

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

 a { background-color: rgb(83,18,157); }

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

border-color css

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

 span { border-color: rgb(83,18,157); }

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