Html Css Color HEX #52016B Indigo

📋 copy color: '#52016B'

red 82 ◦ green 1 ◦ blue 107

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

Shades of Indigo #52016B

Tints of Indigo #52016B

RGB

 RED value IS 82 (32.42% from 255) = 43.16%

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

 BLUE value IS 107 (42.19% from 255) = 56.32%

R = 43.16%
G = 0.53%
B = 56.32%

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

#52016B (or 0x52016B) is known color: Indigo. HEX triplet: 52, 01 and 6B. RGB value is (82,1,107). Sum of RGB (Red+Green+Blue) = 82+1+107=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #52016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52016B is #ADFE94. Grayscale: #242424. Windows color (decimal): -11402901 or 7012690. OLE color: 7012690.

HSL color Cylindrical-coordinate representation of color #52016B: hue angle of 285.85º 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 #52016B is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 1 107 -
CMYK 0.23 0.99 0 0.58
HSL 285.85º 0.98% 0.21% -
HSV(B) 285.85º 0.99% 0.42% -
XYZ 6.14 2.88 14.14 -
YUV 37.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 82 1 107 0.23 0.99 0 0.58 285.85 0.98 0.21
Hex 52 1 6B 17 63 0 3A 11E 62 15
Octal 122 1 153 27 143 0 72 436 142 25
Binary 1010010 1 1101011 10111 1100011 0 111010 100011110 1100010 10101

Color Harmonies of #52016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52016B

Black with #52016B

Text Example


Text Example

White with #52016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52016B; }

 p { color: rgb(82,1,107); }

 H1.HeaderClassName
 {
   color: #52016B;
 }
 .AnyTagClassName
 {
   color: #52016B;
 }
</style>

background-color css

<style>
 a { background-color: #52016B; }

 a { background-color: rgb(82,1,107); }

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

border-color css

<style>
 span { border-color: #52016B; }

 span { border-color: rgb(82,1,107); }

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