Html Css Color HEX #53018E Indigo

📋 copy color: '#53018E'

red 83 ◦ green 1 ◦ blue 142

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

Shades of Indigo #53018E

Tints of Indigo #53018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.83%

R = 36.73%
G = 0.44%
B = 62.83%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53018E (or 0x53018E) is known color: Indigo. HEX triplet: 53, 01 and 8E. RGB value is (83,1,142). Sum of RGB (Red+Green+Blue) = 83+1+142=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #53018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53018E is #ACFE71. Grayscale: #292929. Windows color (decimal): -11337330 or 9306451. OLE color: 9306451.

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

Color convert

RGB 83 1 142 -
CMYK 0.42 0.99 0 0.44
HSL 274.89º 0.99% 0.28% -
HSV(B) 274.89º 0.99% 0.56% -
XYZ 8.46 3.81 25.88 -
YUV 41.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 83 1 142 0.42 0.99 0 0.44 274.89 0.99 0.28
Hex 53 1 8E 2A 63 0 2C 113 63 1C
Octal 123 1 216 52 143 0 54 423 143 34
Binary 1010011 1 10001110 101010 1100011 0 101100 100010011 1100011 11100

Color Harmonies of #53018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53018E

Black with #53018E

Text Example


Text Example

White with #53018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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