Html Css Color HEX #53149B Indigo

📋 copy color: '#53149B'

red 83 ◦ green 20 ◦ blue 155

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

Shades of Indigo #53149B

Tints of Indigo #53149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 32.17%
G = 7.75%
B = 60.08%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53149B (or 0x53149B) is known color: Indigo. HEX triplet: 53, 14 and 9B. RGB value is (83,20,155). Sum of RGB (Red+Green+Blue) = 83+20+155=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #53149B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53149B is #ACEB64. Grayscale: #353535. Windows color (decimal): -11332453 or 10163283. OLE color: 10163283.

HSL color Cylindrical-coordinate representation of color #53149B: hue angle of 268º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53149B is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 20 155 -
CMYK 0.46 0.87 0 0.39
HSL 268º 0.77% 0.34% -
HSV(B) 268º 0.87% 0.61% -
XYZ 9.73 4.71 31.41 -
YUV 54.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 83 20 155 0.46 0.87 0 0.39 268 0.77 0.34
Hex 53 14 9B 2E 57 0 27 10C 4D 22
Octal 123 24 233 56 127 0 47 414 115 42
Binary 1010011 10100 10011011 101110 1010111 0 100111 100001100 1001101 100010

Color Harmonies of #53149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53149B

Black with #53149B

Text Example


Text Example

White with #53149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53149B; }

 p { color: rgb(83,20,155); }

 H1.HeaderClassName
 {
   color: #53149B;
 }
 .AnyTagClassName
 {
   color: #53149B;
 }
</style>

background-color css

<style>
 a { background-color: #53149B; }

 a { background-color: rgb(83,20,155); }

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

border-color css

<style>
 span { border-color: #53149B; }

 span { border-color: rgb(83,20,155); }

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