#3010f3

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

Shades of Han Purple #3010F3

Tints of Han Purple #3010F3

Color information

#3010F3 (or 0x3010F3) is unknown color: approx Han Purple. HEX triplet: 30, 10 and F3. RGB value is (48,16,243). Sum of RGB (Red+Green+Blue) = 48+16+243=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 243 (95.31% from 255 or 79.15% from 307); Max value from RGB is 243 - color contains mainly: blue. Hex color #3010F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3010F3 is #CFEF0C. Grayscale: #323232. Windows color (decimal): -13627149 or 15929392. OLE color: 15929392.

HSL color Cylindrical-coordinate representation of color #3010F3: hue angle of 248.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3010F3 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4816243-
CMYK0.800.9300.05
HSL248.46º90.44%50.78%-
HSV(B)248.46º93.42%95.29%-
XYZ17.587.4785.31-
YUV51.45236.1125.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 16 (6.64% from 255) = 5.21%
BLUE value IS 243 (95.31% from 255) = 79.15%
R=15.64%
G=5.21%
B=79.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48162430.800.9300.05248.4690.4450.78
Hex3010F3505D05f85a33
Octal60203631201350537013263
Binary1100001000011110011101000010111010101111110001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3010f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3010f3; }

 p { color: rgb(48,16,243); }

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

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

 a { background-color: rgb(48,16,243); }

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

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

 span { border-color: rgb(48,16,243); }

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