Html Css Color HEX #521068 Indigo

📋 copy color: '#521068'

red 82 ◦ green 16 ◦ blue 104

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

Shades of Indigo #521068

Tints of Indigo #521068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.49%

R = 40.59%
G = 7.92%
B = 51.49%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#521068 (or 0x521068) is known color: Indigo. HEX triplet: 52, 10 and 68. RGB value is (82,16,104). Sum of RGB (Red+Green+Blue) = 82+16+104=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #521068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521068 is #ADEF97. Grayscale: #2D2D2D. Windows color (decimal): -11399064 or 6819922. OLE color: 6819922.

HSL color Cylindrical-coordinate representation of color #521068: hue angle of 285º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521068 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 16 104 -
CMYK 0.21 0.85 0 0.59
HSL 285º 0.73% 0.24% -
HSV(B) 285º 0.85% 0.41% -
XYZ 6.16 3.16 13.38 -
YUV 45.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 82 16 104 0.21 0.85 0 0.59 285 0.73 0.24
Hex 52 10 68 15 55 0 3B 11D 49 18
Octal 122 20 150 25 125 0 73 435 111 30
Binary 1010010 10000 1101000 10101 1010101 0 111011 100011101 1001001 11000

Color Harmonies of #521068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521068

Black with #521068

Text Example


Text Example

White with #521068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521068; }

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

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

background-color css

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

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

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

border-color css

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

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

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