Html Css Color HEX #53016C Indigo

📋 copy color: '#53016C'

red 83 ◦ green 1 ◦ blue 108

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

Shades of Indigo #53016C

Tints of Indigo #53016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.25%

R = 43.23%
G = 0.52%
B = 56.25%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53016C (or 0x53016C) is known color: Indigo. HEX triplet: 53, 01 and 6C. RGB value is (83,1,108). Sum of RGB (Red+Green+Blue) = 83+1+108=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #53016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53016C is #ACFE93. Grayscale: #252525. Windows color (decimal): -11337364 or 7078227. OLE color: 7078227.

HSL color Cylindrical-coordinate representation of color #53016C: hue angle of 285.98º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53016C is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 1 108 -
CMYK 0.23 0.99 0 0.58
HSL 285.98º 0.98% 0.21% -
HSV(B) 285.98º 0.99% 0.42% -
XYZ 6.28 2.94 14.42 -
YUV 37.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 83 1 108 0.23 0.99 0 0.58 285.98 0.98 0.21
Hex 53 1 6C 17 63 0 3A 11E 62 15
Octal 123 1 154 27 143 0 72 436 142 25
Binary 1010011 1 1101100 10111 1100011 0 111010 100011110 1100010 10101

Color Harmonies of #53016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53016C

Black with #53016C

Text Example


Text Example

White with #53016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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