Html Css Color HEX #53008D Indigo

📋 copy color: '#53008D'

red 83 ◦ green 0 ◦ blue 141

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

Shades of Indigo #53008D

Tints of Indigo #53008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.05%
G = 0%
B = 62.95%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53008D (or 0x53008D) is known color: Indigo. HEX triplet: 53, 00 and 8D. RGB value is (83,0,141). Sum of RGB (Red+Green+Blue) = 83+0+141=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #53008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53008D is #ACFF72. Grayscale: #282828. Windows color (decimal): -11337587 or 9240659. OLE color: 9240659.

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

Color convert

RGB 83 0 141 -
CMYK 0.41 1 0 0.45
HSL 275.32º 1% 0.28% -
HSV(B) 275.32º 1% 0.55% -
XYZ 8.37 3.76 25.48 -
YUV 40.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 83 0 141 0.41 1 0 0.45 275.32 1 0.28
Hex 53 0 8D 29 64 0 2D 113 64 1C
Octal 123 0 215 51 144 0 55 423 144 34
Binary 1010011 0 10001101 101001 1100100 0 101101 100010011 1100100 11100

Color Harmonies of #53008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53008D

Black with #53008D

Text Example


Text Example

White with #53008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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