Html Css Color HEX #53128B Indigo

📋 copy color: '#53128B'

red 83 ◦ green 18 ◦ blue 139

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

Shades of Indigo #53128B

Tints of Indigo #53128B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 34.58%
G = 7.5%
B = 57.92%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53128B (or 0x53128B) is known color: Indigo. HEX triplet: 53, 12 and 8B. RGB value is (83,18,139). Sum of RGB (Red+Green+Blue) = 83+18+139=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #53128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53128B is #ACED74. Grayscale: #323232. Windows color (decimal): -11332981 or 9114195. OLE color: 9114195.

HSL color Cylindrical-coordinate representation of color #53128B: hue angle of 272.23º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53128B is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 18 139 -
CMYK 0.40 0.87 0 0.45
HSL 272.23º 0.77% 0.31% -
HSV(B) 272.23º 0.87% 0.55% -
XYZ 8.44 4.14 24.78 -
YUV 51.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 83 18 139 0.40 0.87 0 0.45 272.23 0.77 0.31
Hex 53 12 8B 28 57 0 2D 110 4D 1F
Octal 123 22 213 50 127 0 55 420 115 37
Binary 1010011 10010 10001011 101000 1010111 0 101101 100010000 1001101 11111

Color Harmonies of #53128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53128B

Black with #53128B

Text Example


Text Example

White with #53128B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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