Html Css Color HEX #53045F Indigo

📋 copy color: '#53045F'

red 83 ◦ green 4 ◦ blue 95

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

Shades of Indigo #53045F

Tints of Indigo #53045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

 BLUE value IS 95 (37.5% from 255) = 52.2%

R = 45.6%
G = 2.2%
B = 52.2%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53045F (or 0x53045F) is known color: Indigo. HEX triplet: 53, 04 and 5F. RGB value is (83,4,95). Sum of RGB (Red+Green+Blue) = 83+4+95=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #53045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53045F is #ACFBA0. Grayscale: #252525. Windows color (decimal): -11336609 or 6227027. OLE color: 6227027.

HSL color Cylindrical-coordinate representation of color #53045F: hue angle of 292.09º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53045F is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 4 95 -
CMYK 0.13 0.96 0 0.63
HSL 292.09º 0.92% 0.19% -
HSV(B) 292.09º 0.96% 0.37% -
XYZ 5.68 2.75 11.06 -
YUV 38 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 83 4 95 0.13 0.96 0 0.63 292.09 0.92 0.19
Hex 53 4 5F D 60 0 3F 124 5C 13
Octal 123 4 137 15 140 0 77 444 134 23
Binary 1010011 100 1011111 1101 1100000 0 111111 100100100 1011100 10011

Color Harmonies of #53045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53045F

Black with #53045F

Text Example


Text Example

White with #53045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53045F; }

 p { color: rgb(83,4,95); }

 H1.HeaderClassName
 {
   color: #53045F;
 }
 .AnyTagClassName
 {
   color: #53045F;
 }
</style>

background-color css

<style>
 a { background-color: #53045F; }

 a { background-color: rgb(83,4,95); }

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

border-color css

<style>
 span { border-color: #53045F; }

 span { border-color: rgb(83,4,95); }

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