Html Css Color HEX #53006D Indigo

📋 copy color: '#53006D'

red 83 ◦ green 0 ◦ blue 109

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

Shades of Indigo #53006D

Tints of Indigo #53006D

RGB

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

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

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

R = 43.23%
G = 0%
B = 56.77%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53006D (or 0x53006D) is known color: Indigo. HEX triplet: 53, 00 and 6D. RGB value is (83,0,109). Sum of RGB (Red+Green+Blue) = 83+0+109=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #53006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53006D is #ACFF92. Grayscale: #242424. Windows color (decimal): -11337619 or 7143507. OLE color: 7143507.

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

Color convert

RGB 83 0 109 -
CMYK 0.24 1 0 0.57
HSL 285.69º 1% 0.21% -
HSV(B) 285.69º 1% 0.43% -
XYZ 6.33 2.94 14.7 -
YUV 37.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 83 0 109 0.24 1 0 0.57 285.69 1 0.21
Hex 53 0 6D 18 64 0 39 11E 64 15
Octal 123 0 155 30 144 0 71 436 144 25
Binary 1010011 0 1101101 11000 1100100 0 111001 100011110 1100100 10101

Color Harmonies of #53006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53006D

Black with #53006D

Text Example


Text Example

White with #53006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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