#3005F6

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

Shades of Han Purple #3005F6

Tints of Han Purple #3005F6

Color information

#3005F6 (or 0x3005F6) is unknown color: approx Han Purple. HEX triplet: 30, 05 and F6. RGB value is (48,5,246). Sum of RGB (Red+Green+Blue) = 48+5+246=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 246 (96.48% from 255 or 82.27% from 299); Max value from RGB is 246 - color contains mainly: blue. Hex color #3005F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3005F6 is #CFFA09. Grayscale: #2C2C2C. Windows color (decimal): -13629962 or 16123184. OLE color: 16123184.

HSL color Cylindrical-coordinate representation of color #3005F6: hue angle of 250.71º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3005F6 is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB485246-
CMYK0.800.9800.04
HSL250.71º96.02%49.22%-
HSV(B)250.71º97.97%96.47%-
XYZ17.917.3987.67-
YUV45.33241.25129.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 246 (96.48% from 255) = 82.27%
R=16.05%
G=1.67%
B=82.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal4852460.800.9800.04250.7196.0249.22
Hex305F6506204fb6031
Octal6053661201420437314061
Binary11000010111110110101000011000100100111110111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3005F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3005F6; }

 p { color: rgb(48,5,246); }

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

<style>
 a { background-color: #3005F6; }

 a { background-color: rgb(48,5,246); }

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

<style>
 span { border-color: #3005F6; }

 span { border-color: rgb(48,5,246); }

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