Html Css Color HEX #53018D Indigo

📋 copy color: '#53018D'

red 83 ◦ green 1 ◦ blue 141

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

Shades of Indigo #53018D

Tints of Indigo #53018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 141 (55.47% from 255) = 62.67%

R = 36.89%
G = 0.44%
B = 62.67%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53018D (or 0x53018D) is known color: Indigo. HEX triplet: 53, 01 and 8D. RGB value is (83,1,141). Sum of RGB (Red+Green+Blue) = 83+1+141=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #53018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53018D is #ACFE72. Grayscale: #292929. Windows color (decimal): -11337331 or 9240915. OLE color: 9240915.

HSL color Cylindrical-coordinate representation of color #53018D: hue angle of 275.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53018D is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 1 141 -
CMYK 0.41 0.99 0 0.45
HSL 275.14º 0.99% 0.28% -
HSV(B) 275.14º 0.99% 0.55% -
XYZ 8.39 3.78 25.49 -
YUV 41.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 83 1 141 0.41 0.99 0 0.45 275.14 0.99 0.28
Hex 53 1 8D 29 63 0 2D 113 63 1C
Octal 123 1 215 51 143 0 55 423 143 34
Binary 1010011 1 10001101 101001 1100011 0 101101 100010011 1100011 11100

Color Harmonies of #53018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53018D

Black with #53018D

Text Example


Text Example

White with #53018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,1,141); }

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

background-color css

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

 a { background-color: rgb(83,1,141); }

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

border-color css

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

 span { border-color: rgb(83,1,141); }

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