Html Css Color HEX #521085 Indigo

📋 copy color: '#521085'

red 82 ◦ green 16 ◦ blue 133

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

Shades of Indigo #521085

Tints of Indigo #521085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 35.5%
G = 6.93%
B = 57.58%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#521085 (or 0x521085) is known color: Indigo. HEX triplet: 52, 10 and 85. RGB value is (82,16,133). Sum of RGB (Red+Green+Blue) = 82+16+133=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #521085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521085 is #ADEF7A. Grayscale: #303030. Windows color (decimal): -11399035 or 8720466. OLE color: 8720466.

HSL color Cylindrical-coordinate representation of color #521085: hue angle of 273.85º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521085 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 16 133 -
CMYK 0.38 0.88 0 0.48
HSL 273.85º 0.79% 0.29% -
HSV(B) 273.85º 0.88% 0.52% -
XYZ 7.9 3.86 22.52 -
YUV 49.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 82 16 133 0.38 0.88 0 0.48 273.85 0.79 0.29
Hex 52 10 85 26 58 0 30 112 4F 1D
Octal 122 20 205 46 130 0 60 422 117 35
Binary 1010010 10000 10000101 100110 1011000 0 110000 100010010 1001111 11101

Color Harmonies of #521085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521085

Black with #521085

Text Example


Text Example

White with #521085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521085; }

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

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

background-color css

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

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

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

border-color css

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

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

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