#3015D8

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

Shades of Han Purple #3015D8

Tints of Han Purple #3015D8

Color information

#3015D8 (or 0x3015D8) is unknown color: approx Han Purple. HEX triplet: 30, 15 and D8. RGB value is (48,21,216). Sum of RGB (Red+Green+Blue) = 48+21+216=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 216 (84.77% from 255 or 75.79% from 285); Max value from RGB is 216 - color contains mainly: blue. Hex color #3015D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3015D8 is #CFEA27. Grayscale: #323232. Windows color (decimal): -13625896 or 14161200. OLE color: 14161200.

HSL color Cylindrical-coordinate representation of color #3015D8: hue angle of 248.31º 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 #3015D8 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4821216-
CMYK0.780.9000.15
HSL248.31º82.28%46.47%-
HSV(B)248.31º90.28%84.71%-
XYZ13.886.1265.42-
YUV51.3220.95125.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 216 (84.77% from 255) = 75.79%
R=16.84%
G=7.37%
B=75.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48212160.780.9000.15248.3182.2846.47
Hex3015D84E5A0Ff8522e
Octal602533011613201737012256
Binary11000010101110110001001110101101001111111110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3015D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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