#3F09EB

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

Shades of Han Purple #3F09EB

Tints of Han Purple #3F09EB

Color information

#3F09EB (or 0x3F09EB) is unknown color: approx Han Purple. HEX triplet: 3F, 09 and EB. RGB value is (63,9,235). Sum of RGB (Red+Green+Blue) = 63+9+235=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F09EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3F09EB is #C0F614. Grayscale: #323232. Windows color (decimal): -12645909 or 15403327. OLE color: 15403327.

HSL color Cylindrical-coordinate representation of color #3F09EB: hue angle of 254.34º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F09EB is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB639235-
CMYK0.730.9600.08
HSL254.34º92.62%47.84%-
HSV(B)254.34º96.17%92.16%-
XYZ17.147.2579.09-
YUV50.91231.89136.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 9 (3.91% from 255) = 2.93%
BLUE value IS 235 (92.19% from 255) = 76.55%
R=20.52%
G=2.93%
B=76.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal6392350.730.9600.08254.3492.6247.84
Hex3F9EB496008fe5d30
Octal771135311114001037613560
Binary1111111001111010111001001110000001000111111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F09EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F09EB; }

 p { color: rgb(63,9,235); }

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

<style>
 a { background-color: #3F09EB; }

 a { background-color: rgb(63,9,235); }

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

<style>
 span { border-color: #3F09EB; }

 span { border-color: rgb(63,9,235); }

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