Html Css Color HEX #53016F Indigo

📋 copy color: '#53016F'

red 83 ◦ green 1 ◦ blue 111

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

Shades of Indigo #53016F

Tints of Indigo #53016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.92%

R = 42.56%
G = 0.51%
B = 56.92%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#53016F (or 0x53016F) is known color: Indigo. HEX triplet: 53, 01 and 6F. RGB value is (83,1,111). Sum of RGB (Red+Green+Blue) = 83+1+111=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #53016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53016F is #ACFE90. Grayscale: #252525. Windows color (decimal): -11337361 or 7274835. OLE color: 7274835.

HSL color Cylindrical-coordinate representation of color #53016F: hue angle of 284.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53016F is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 1 111 -
CMYK 0.25 0.99 0 0.56
HSL 284.73º 0.98% 0.22% -
HSV(B) 284.73º 0.99% 0.44% -
XYZ 6.45 3.01 15.28 -
YUV 38.06 169.17 160.06 -
System Red Green Blue C M Y K H S L
Decimal 83 1 111 0.25 0.99 0 0.56 284.73 0.98 0.22
Hex 53 1 6F 19 63 0 38 11D 62 16
Octal 123 1 157 31 143 0 70 435 142 26
Binary 1010011 1 1101111 11001 1100011 0 111000 100011101 1100010 10110

Color Harmonies of #53016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53016F

Black with #53016F

Text Example


Text Example

White with #53016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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