Html Css Color HEX #53086D Indigo

📋 copy color: '#53086D'

red 83 ◦ green 8 ◦ blue 109

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

Shades of Indigo #53086D

Tints of Indigo #53086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 41.5%
G = 4%
B = 54.5%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53086D (or 0x53086D) is known color: Indigo. HEX triplet: 53, 08 and 6D. RGB value is (83,8,109). Sum of RGB (Red+Green+Blue) = 83+8+109=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #53086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53086D is #ACF792. Grayscale: #292929. Windows color (decimal): -11335571 or 7145555. OLE color: 7145555.

HSL color Cylindrical-coordinate representation of color #53086D: hue angle of 284.55º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53086D is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 8 109 -
CMYK 0.24 0.93 0 0.57
HSL 284.55º 0.86% 0.23% -
HSV(B) 284.55º 0.93% 0.43% -
XYZ 6.41 3.12 14.73 -
YUV 41.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 83 8 109 0.24 0.93 0 0.57 284.55 0.86 0.23
Hex 53 8 6D 18 5D 0 39 11D 56 17
Octal 123 10 155 30 135 0 71 435 126 27
Binary 1010011 1000 1101101 11000 1011101 0 111001 100011101 1010110 10111

Color Harmonies of #53086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53086D

Black with #53086D

Text Example


Text Example

White with #53086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,8,109); }

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

background-color css

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

 a { background-color: rgb(83,8,109); }

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

border-color css

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

 span { border-color: rgb(83,8,109); }

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