Html Css Color HEX #53028E Indigo

📋 copy color: '#53028E'

red 83 ◦ green 2 ◦ blue 142

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

Shades of Indigo #53028E

Tints of Indigo #53028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 36.56%
G = 0.88%
B = 62.56%

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

#53028E (or 0x53028E) is known color: Indigo. HEX triplet: 53, 02 and 8E. RGB value is (83,2,142). Sum of RGB (Red+Green+Blue) = 83+2+142=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #53028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53028E is #ACFD71. Grayscale: #292929. Windows color (decimal): -11337074 or 9306707. OLE color: 9306707.

HSL color Cylindrical-coordinate representation of color #53028E: hue angle of 274.71º degrees, saturation: 0.97, 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 #53028E is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 2 142 -
CMYK 0.42 0.99 0 0.44
HSL 274.71º 0.97% 0.28% -
HSV(B) 274.71º 0.99% 0.56% -
XYZ 8.47 3.84 25.89 -
YUV 42.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 83 2 142 0.42 0.99 0 0.44 274.71 0.97 0.28
Hex 53 2 8E 2A 63 0 2C 113 61 1C
Octal 123 2 216 52 143 0 54 423 141 34
Binary 1010011 10 10001110 101010 1100011 0 101100 100010011 1100001 11100

Color Harmonies of #53028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53028E

Black with #53028E

Text Example


Text Example

White with #53028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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