Html Css Color HEX #53129A Indigo

📋 copy color: '#53129A'

red 83 ◦ green 18 ◦ blue 154

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

Shades of Indigo #53129A

Tints of Indigo #53129A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.39%

R = 32.55%
G = 7.06%
B = 60.39%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53129A (or 0x53129A) is known color: Indigo. HEX triplet: 53, 12 and 9A. RGB value is (83,18,154). Sum of RGB (Red+Green+Blue) = 83+18+154=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #53129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53129A is #ACED65. Grayscale: #343434. Windows color (decimal): -11332966 or 10097235. OLE color: 10097235.

HSL color Cylindrical-coordinate representation of color #53129A: hue angle of 268.68º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53129A is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 18 154 -
CMYK 0.46 0.88 0 0.40
HSL 268.68º 0.79% 0.34% -
HSV(B) 268.68º 0.88% 0.6% -
XYZ 9.62 4.6 30.95 -
YUV 52.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 83 18 154 0.46 0.88 0 0.40 268.68 0.79 0.34
Hex 53 12 9A 2E 58 0 28 10D 4F 22
Octal 123 22 232 56 130 0 50 415 117 42
Binary 1010011 10010 10011010 101110 1011000 0 101000 100001101 1001111 100010

Color Harmonies of #53129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53129A

Black with #53129A

Text Example


Text Example

White with #53129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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