#3215D8

Color #3215D8 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3215D8

Tints of Han Purple #3215D8

Color information

#3215D8 (or 0x3215D8) is unknown color: approx Han Purple. HEX triplet: 32, 15 and D8. RGB value is (50,21,216). Sum of RGB (Red+Green+Blue) = 50+21+216=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 216 (84.77% from 255 or 75.26% from 287); Max value from RGB is 216 - color contains mainly: blue. Hex color #3215D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215D8 is #CDEA27. Grayscale: #333333. Windows color (decimal): -13494824 or 14161202. OLE color: 14161202.

HSL color Cylindrical-coordinate representation of color #3215D8: hue angle of 248.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3215D8 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5021216-
CMYK0.770.9000.15
HSL248.92º82.28%46.47%-
HSV(B)248.92º90.28%84.71%-
XYZ13.986.1765.42-
YUV51.9220.61126.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 216 (84.77% from 255) = 75.26%
R=17.42%
G=7.32%
B=75.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal50212160.770.9000.15248.9282.2846.47
Hex3215D84D5A0Ff9522e
Octal622533011513201737112256
Binary11001010101110110001001101101101001111111110011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3215D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3215D8; }

 p { color: rgb(50,21,216); }

 H1.HeaderClassName
 {
   color: #3215D8;
 }
 .AnyTagClassName
 {
   color: #3215D8;
 }
</style>
background-color css

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

 a { background-color: rgb(50,21,216); }

 div.DivClassName
 {
   background-color: #3215D8;
 }
 .BgClassName
 {
   background-color: #3215D8;
 }
</style>
border-color css

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

 span { border-color: rgb(50,21,216); }

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