Html Css Color HEX #53138C Indigo

📋 copy color: '#53138C'

red 83 ◦ green 19 ◦ blue 140

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

Shades of Indigo #53138C

Tints of Indigo #53138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 34.3%
G = 7.85%
B = 57.85%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53138C (or 0x53138C) is known color: Indigo. HEX triplet: 53, 13 and 8C. RGB value is (83,19,140). Sum of RGB (Red+Green+Blue) = 83+19+140=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #53138C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53138C is #ACEC73. Grayscale: #333333. Windows color (decimal): -11332724 or 9179987. OLE color: 9179987.

HSL color Cylindrical-coordinate representation of color #53138C: hue angle of 271.74º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53138C is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 19 140 -
CMYK 0.41 0.86 0 0.45
HSL 271.74º 0.76% 0.31% -
HSV(B) 271.74º 0.86% 0.55% -
XYZ 8.53 4.2 25.17 -
YUV 51.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 83 19 140 0.41 0.86 0 0.45 271.74 0.76 0.31
Hex 53 13 8C 29 56 0 2D 110 4C 1F
Octal 123 23 214 51 126 0 55 420 114 37
Binary 1010011 10011 10001100 101001 1010110 0 101101 100010000 1001100 11111

Color Harmonies of #53138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53138C

Black with #53138C

Text Example


Text Example

White with #53138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53138C; }

 p { color: rgb(83,19,140); }

 H1.HeaderClassName
 {
   color: #53138C;
 }
 .AnyTagClassName
 {
   color: #53138C;
 }
</style>

background-color css

<style>
 a { background-color: #53138C; }

 a { background-color: rgb(83,19,140); }

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

border-color css

<style>
 span { border-color: #53138C; }

 span { border-color: rgb(83,19,140); }

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