Html Css Color HEX #53028C Indigo

📋 copy color: '#53028C'

red 83 ◦ green 2 ◦ blue 140

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

Shades of Indigo #53028C

Tints of Indigo #53028C

RGB

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

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

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

R = 36.89%
G = 0.89%
B = 62.22%

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

#53028C (or 0x53028C) is known color: Indigo. HEX triplet: 53, 02 and 8C. RGB value is (83,2,140). Sum of RGB (Red+Green+Blue) = 83+2+140=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #53028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53028C is #ACFD73. Grayscale: #292929. Windows color (decimal): -11337076 or 9175635. OLE color: 9175635.

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

Color convert

RGB 83 2 140 -
CMYK 0.41 0.99 0 0.45
HSL 275.22º 0.97% 0.28% -
HSV(B) 275.22º 0.99% 0.55% -
XYZ 8.32 3.78 25.1 -
YUV 41.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 83 2 140 0.41 0.99 0 0.45 275.22 0.97 0.28
Hex 53 2 8C 29 63 0 2D 113 61 1C
Octal 123 2 214 51 143 0 55 423 141 34
Binary 1010011 10 10001100 101001 1100011 0 101101 100010011 1100001 11100

Color Harmonies of #53028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53028C

Black with #53028C

Text Example


Text Example

White with #53028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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