Html Css Color HEX #521070 Indigo

📋 copy color: '#521070'

red 82 ◦ green 16 ◦ blue 112

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

Shades of Indigo #521070

Tints of Indigo #521070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 112 (44.14% from 255) = 53.33%

R = 39.05%
G = 7.62%
B = 53.33%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#521070 (or 0x521070) is known color: Indigo. HEX triplet: 52, 10 and 70. RGB value is (82,16,112). Sum of RGB (Red+Green+Blue) = 82+16+112=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 112 (44.14% from 255 or 53.33% from 210); Max value from RGB is 112 - color contains mainly: blue. Hex color #521070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521070 is #ADEF8F. Grayscale: #2E2E2E. Windows color (decimal): -11399056 or 7344210. OLE color: 7344210.

HSL color Cylindrical-coordinate representation of color #521070: hue angle of 281.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521070 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 16 112 -
CMYK 0.27 0.86 0 0.56
HSL 281.25º 0.75% 0.25% -
HSV(B) 281.25º 0.86% 0.44% -
XYZ 6.59 3.33 15.63 -
YUV 46.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 82 16 112 0.27 0.86 0 0.56 281.25 0.75 0.25
Hex 52 10 70 1B 56 0 38 119 4B 19
Octal 122 20 160 33 126 0 70 431 113 31
Binary 1010010 10000 1110000 11011 1010110 0 111000 100011001 1001011 11001

Color Harmonies of #521070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521070

Black with #521070

Text Example


Text Example

White with #521070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521070; }

 p { color: rgb(82,16,112); }

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

background-color css

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

 a { background-color: rgb(82,16,112); }

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

border-color css

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

 span { border-color: rgb(82,16,112); }

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