#3011D8

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

Shades of Han Purple #3011D8

Tints of Han Purple #3011D8

Color information

#3011D8 (or 0x3011D8) is unknown color: approx Han Purple. HEX triplet: 30, 11 and D8. RGB value is (48,17,216). Sum of RGB (Red+Green+Blue) = 48+17+216=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 216 (84.77% from 255 or 76.87% from 281); Max value from RGB is 216 - color contains mainly: blue. Hex color #3011D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011D8 is #CFEE27. Grayscale: #303030. Windows color (decimal): -13626920 or 14160176. OLE color: 14160176.

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

Color convert

RGB4817216-
CMYK0.780.9200.15
HSL249.35º85.41%45.69%-
HSV(B)249.35º92.13%84.71%-
XYZ13.815.9965.39-
YUV48.96222.27127.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 216 (84.77% from 255) = 76.87%
R=17.08%
G=6.05%
B=76.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48172160.780.9200.15249.3585.4145.69
Hex3011D84E5C0Ff9552e
Octal602133011613401737112556
Binary11000010001110110001001110101110001111111110011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3011D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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