Html Css Color HEX #53015F Indigo

📋 copy color: '#53015F'

red 83 ◦ green 1 ◦ blue 95

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

Shades of Indigo #53015F

Tints of Indigo #53015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 46.37%
G = 0.56%
B = 53.07%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53015F (or 0x53015F) is known color: Indigo. HEX triplet: 53, 01 and 5F. RGB value is (83,1,95). Sum of RGB (Red+Green+Blue) = 83+1+95=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #53015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53015F is #ACFEA0. Grayscale: #232323. Windows color (decimal): -11337377 or 6226259. OLE color: 6226259.

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

Color convert

RGB 83 1 95 -
CMYK 0.13 0.99 0 0.63
HSL 292.34º 0.98% 0.19% -
HSV(B) 292.34º 0.99% 0.37% -
XYZ 5.64 2.69 11.05 -
YUV 36.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 83 1 95 0.13 0.99 0 0.63 292.34 0.98 0.19
Hex 53 1 5F D 63 0 3F 124 62 13
Octal 123 1 137 15 143 0 77 444 142 23
Binary 1010011 1 1011111 1101 1100011 0 111111 100100100 1100010 10011

Color Harmonies of #53015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53015F

Black with #53015F

Text Example


Text Example

White with #53015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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