Html Css Color HEX #521892 Indigo

📋 copy color: '#521892'

red 82 ◦ green 24 ◦ blue 146

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

Shades of Indigo #521892

Tints of Indigo #521892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 32.54%
G = 9.52%
B = 57.94%

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

#521892 (or 0x521892) is known color: Indigo. HEX triplet: 52, 18 and 92. RGB value is (82,24,146). Sum of RGB (Red+Green+Blue) = 82+24+146=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #521892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521892 is #ADE76D. Grayscale: #363636. Windows color (decimal): -11396974 or 9574482. OLE color: 9574482.

HSL color Cylindrical-coordinate representation of color #521892: hue angle of 268.52º degrees, saturation: 0.72, 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 #521892 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 24 146 -
CMYK 0.44 0.84 0 0.43
HSL 268.52º 0.72% 0.33% -
HSV(B) 268.52º 0.84% 0.57% -
XYZ 8.99 4.52 27.59 -
YUV 55.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 82 24 146 0.44 0.84 0 0.43 268.52 0.72 0.33
Hex 52 18 92 2C 54 0 2B 10D 48 21
Octal 122 30 222 54 124 0 53 415 110 41
Binary 1010010 11000 10010010 101100 1010100 0 101011 100001101 1001000 100001

Color Harmonies of #521892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521892

Black with #521892

Text Example


Text Example

White with #521892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521892; }

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

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

background-color css

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

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

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

border-color css

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

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

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