#3003F1

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

Shades of Han Purple #3003F1

Tints of Han Purple #3003F1

Color information

#3003F1 (or 0x3003F1) is unknown color: approx Han Purple. HEX triplet: 30, 03 and F1. RGB value is (48,3,241). Sum of RGB (Red+Green+Blue) = 48+3+241=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 241 (94.53% from 255 or 82.53% from 292); Max value from RGB is 241 - color contains mainly: blue. Hex color #3003F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3003F1 is #CFFC0E. Grayscale: #2A2A2A. Windows color (decimal): -13630479 or 15794992. OLE color: 15794992.

HSL color Cylindrical-coordinate representation of color #3003F1: hue angle of 251.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003F1 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB483241-
CMYK0.800.9900.05
HSL251.34º97.54%47.84%-
HSV(B)251.34º98.76%94.51%-
XYZ17.137.0483.68-
YUV43.59239.41131.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 241 (94.53% from 255) = 82.53%
R=16.44%
G=1.03%
B=82.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4832410.800.9900.05251.3497.5447.84
Hex303F1506305fb6230
Octal6033611201430537314260
Binary1100001111110001101000011000110101111110111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3003F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3003F1; }

 p { color: rgb(48,3,241); }

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

<style>
 a { background-color: #3003F1; }

 a { background-color: rgb(48,3,241); }

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

<style>
 span { border-color: #3003F1; }

 span { border-color: rgb(48,3,241); }

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