Html Css Color HEX #521693 Indigo

📋 copy color: '#521693'

red 82 ◦ green 22 ◦ blue 147

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

Shades of Indigo #521693

Tints of Indigo #521693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

 BLUE value IS 147 (57.81% from 255) = 58.57%

R = 32.67%
G = 8.76%
B = 58.57%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#521693 (or 0x521693) is known color: Indigo. HEX triplet: 52, 16 and 93. RGB value is (82,22,147). Sum of RGB (Red+Green+Blue) = 82+22+147=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #521693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521693 is #ADE96C. Grayscale: #353535. Windows color (decimal): -11397485 or 9639506. OLE color: 9639506.

HSL color Cylindrical-coordinate representation of color #521693: hue angle of 268.8º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521693 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 22 147 -
CMYK 0.44 0.85 0 0.42
HSL 268.8º 0.74% 0.33% -
HSV(B) 268.8º 0.85% 0.58% -
XYZ 9.03 4.47 27.99 -
YUV 54.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 82 22 147 0.44 0.85 0 0.42 268.8 0.74 0.33
Hex 52 16 93 2C 55 0 2A 10D 4A 21
Octal 122 26 223 54 125 0 52 415 112 41
Binary 1010010 10110 10010011 101100 1010101 0 101010 100001101 1001010 100001

Color Harmonies of #521693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521693

Black with #521693

Text Example


Text Example

White with #521693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521693; }

 p { color: rgb(82,22,147); }

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

background-color css

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

 a { background-color: rgb(82,22,147); }

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

border-color css

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

 span { border-color: rgb(82,22,147); }

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