Html Css Color HEX #521792 Indigo

📋 copy color: '#521792'

red 82 ◦ green 23 ◦ blue 146

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

Shades of Indigo #521792

Tints of Indigo #521792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 32.67%
G = 9.16%
B = 58.17%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#521792 (or 0x521792) is known color: Indigo. HEX triplet: 52, 17 and 92. RGB value is (82,23,146). Sum of RGB (Red+Green+Blue) = 82+23+146=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #521792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521792 is #ADE86D. Grayscale: #363636. Windows color (decimal): -11397230 or 9574226. OLE color: 9574226.

HSL color Cylindrical-coordinate representation of color #521792: hue angle of 268.78º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521792 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 23 146 -
CMYK 0.44 0.84 0 0.43
HSL 268.78º 0.73% 0.33% -
HSV(B) 268.78º 0.84% 0.57% -
XYZ 8.97 4.48 27.59 -
YUV 54.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 82 23 146 0.44 0.84 0 0.43 268.78 0.73 0.33
Hex 52 17 92 2C 54 0 2B 10D 49 21
Octal 122 27 222 54 124 0 53 415 111 41
Binary 1010010 10111 10010010 101100 1010100 0 101011 100001101 1001001 100001

Color Harmonies of #521792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521792

Black with #521792

Text Example


Text Example

White with #521792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521792; }

 p { color: rgb(82,23,146); }

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

background-color css

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

 a { background-color: rgb(82,23,146); }

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

border-color css

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

 span { border-color: rgb(82,23,146); }

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