#3009F0

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

Shades of Han Purple #3009F0

Tints of Han Purple #3009F0

Color information

#3009F0 (or 0x3009F0) is unknown color: approx Han Purple. HEX triplet: 30, 09 and F0. RGB value is (48,9,240). Sum of RGB (Red+Green+Blue) = 48+9+240=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 240 (94.14% from 255 or 80.81% from 297); Max value from RGB is 240 - color contains mainly: blue. Hex color #3009F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3009F0 is #CFF60F. Grayscale: #2E2E2E. Windows color (decimal): -13628944 or 15730992. OLE color: 15730992.

HSL color Cylindrical-coordinate representation of color #3009F0: hue angle of 250.13º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3009F0 is Cyan = 0.8, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB489240-
CMYK0.80.9600.06
HSL250.13º92.77%48.82%-
HSV(B)250.13º96.25%94.12%-
XYZ17.047.1282.91-
YUV47236.92128.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 9 (3.91% from 255) = 3.03%
BLUE value IS 240 (94.14% from 255) = 80.81%
R=16.16%
G=3.03%
B=80.81%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal4892400.80.9600.06250.1392.7748.82
Hex309F0506006fa5d31
Octal60113601201400637213561
Binary110000100111110000101000011000000110111110101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3009F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3009F0; }

 p { color: rgb(48,9,240); }

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

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

 a { background-color: rgb(48,9,240); }

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

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

 span { border-color: rgb(48,9,240); }

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