#3B0EFC

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

Shades of Han Purple #3B0EFC

Tints of Han Purple #3B0EFC

Color information

#3B0EFC (or 0x3B0EFC) is unknown color: approx Han Purple. HEX triplet: 3B, 0E and FC. RGB value is (59,14,252). Sum of RGB (Red+Green+Blue) = 59+14+252=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 252 (98.83% from 255 or 77.54% from 325); Max value from RGB is 252 - color contains mainly: blue. Hex color #3B0EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0EFC is #C4F103. Grayscale: #353535. Windows color (decimal): -12906756 or 16518715. OLE color: 16518715.

HSL color Cylindrical-coordinate representation of color #3B0EFC: hue angle of 251.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0EFC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5914252-
CMYK0.770.9400.01
HSL251.34º97.54%52.16%-
HSV(B)251.34º94.44%98.82%-
XYZ19.538.2792.66-
YUV54.59239.41131.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 14 (5.86% from 255) = 4.31%
BLUE value IS 252 (98.83% from 255) = 77.54%
R=18.15%
G=4.31%
B=77.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal59142520.770.9400.01251.3497.5452.16
Hex3BEFC4D5E01fb6234
Octal73163741151360137314264
Binary1110111110111111001001101101111001111110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,14,252); }

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

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

 a { background-color: rgb(59,14,252); }

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

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

 span { border-color: rgb(59,14,252); }

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