Html Css Color HEX #53008E Indigo

📋 copy color: '#53008E'

red 83 ◦ green 0 ◦ blue 142

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

Shades of Indigo #53008E

Tints of Indigo #53008E

RGB

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

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

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

R = 36.89%
G = 0%
B = 63.11%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53008E (or 0x53008E) is known color: Indigo. HEX triplet: 53, 00 and 8E. RGB value is (83,0,142). Sum of RGB (Red+Green+Blue) = 83+0+142=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #53008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53008E is #ACFF71. Grayscale: #282828. Windows color (decimal): -11337586 or 9306195. OLE color: 9306195.

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

Color convert

RGB 83 0 142 -
CMYK 0.42 1 0 0.44
HSL 275.07º 1% 0.28% -
HSV(B) 275.07º 1% 0.56% -
XYZ 8.45 3.79 25.88 -
YUV 41.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 83 0 142 0.42 1 0 0.44 275.07 1 0.28
Hex 53 0 8E 2A 64 0 2C 113 64 1C
Octal 123 0 216 52 144 0 54 423 144 34
Binary 1010011 0 10001110 101010 1100100 0 101100 100010011 1100100 11100

Color Harmonies of #53008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53008E

Black with #53008E

Text Example


Text Example

White with #53008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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