Html Css Color HEX #53015E Indigo

📋 copy color: '#53015E'

red 83 ◦ green 1 ◦ blue 94

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

Shades of Indigo #53015E

Tints of Indigo #53015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.81%

R = 46.63%
G = 0.56%
B = 52.81%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53015E (or 0x53015E) is known color: Indigo. HEX triplet: 53, 01 and 5E. RGB value is (83,1,94). Sum of RGB (Red+Green+Blue) = 83+1+94=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #53015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53015E is #ACFEA1. Grayscale: #232323. Windows color (decimal): -11337378 or 6160723. OLE color: 6160723.

HSL color Cylindrical-coordinate representation of color #53015E: hue angle of 292.9º 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 #53015E is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 1 94 -
CMYK 0.12 0.99 0 0.63
HSL 292.9º 0.98% 0.19% -
HSV(B) 292.9º 0.99% 0.37% -
XYZ 5.6 2.67 10.81 -
YUV 36.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 83 1 94 0.12 0.99 0 0.63 292.9 0.98 0.19
Hex 53 1 5E C 63 0 3F 125 62 13
Octal 123 1 136 14 143 0 77 445 142 23
Binary 1010011 1 1011110 1100 1100011 0 111111 100100101 1100010 10011

Color Harmonies of #53015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53015E

Black with #53015E

Text Example


Text Example

White with #53015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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