Html Css Color HEX #53029D Indigo

📋 copy color: '#53029D'

red 83 ◦ green 2 ◦ blue 157

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

Shades of Indigo #53029D

Tints of Indigo #53029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 34.3%
G = 0.83%
B = 64.88%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53029D (or 0x53029D) is known color: Indigo. HEX triplet: 53, 02 and 9D. RGB value is (83,2,157). Sum of RGB (Red+Green+Blue) = 83+2+157=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #53029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53029D is #ACFD62. Grayscale: #2B2B2B. Windows color (decimal): -11337059 or 10289747. OLE color: 10289747.

HSL color Cylindrical-coordinate representation of color #53029D: hue angle of 271.35º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53029D is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 2 157 -
CMYK 0.47 0.99 0 0.38
HSL 271.35º 0.97% 0.31% -
HSV(B) 271.35º 0.99% 0.62% -
XYZ 9.67 4.32 32.22 -
YUV 43.89 191.84 155.9 -
System Red Green Blue C M Y K H S L
Decimal 83 2 157 0.47 0.99 0 0.38 271.35 0.97 0.31
Hex 53 2 9D 2F 63 0 26 10F 61 1F
Octal 123 2 235 57 143 0 46 417 141 37
Binary 1010011 10 10011101 101111 1100011 0 100110 100001111 1100001 11111

Color Harmonies of #53029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53029D

Black with #53029D

Text Example


Text Example

White with #53029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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