#3B0FE8

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

Shades of Han Purple #3B0FE8

Tints of Han Purple #3B0FE8

Color information

#3B0FE8 (or 0x3B0FE8) is unknown color: approx Han Purple. HEX triplet: 3B, 0F and E8. RGB value is (59,15,232). Sum of RGB (Red+Green+Blue) = 59+15+232=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 232 (91.02% from 255 or 75.82% from 306); Max value from RGB is 232 - color contains mainly: blue. Hex color #3B0FE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B0FE8 is #C4F017. Grayscale: #343434. Windows color (decimal): -12906520 or 15208251. OLE color: 15208251.

HSL color Cylindrical-coordinate representation of color #3B0FE8: hue angle of 252.17º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0FE8 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5915232-
CMYK0.750.9400.09
HSL252.17º87.85%48.43%-
HSV(B)252.17º93.53%90.98%-
XYZ16.547.176.84-
YUV52.89229.08132.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.28%
GREEN value IS 15 (6.25% from 255) = 4.90%
BLUE value IS 232 (91.02% from 255) = 75.82%
R=19.28%
G=4.90%
B=75.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal59152320.750.9400.09252.1787.8548.43
Hex3BFE84B5E09fc5830
Octal731735011313601137413060
Binary1110111111111010001001011101111001001111111001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,15,232); }

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

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

 a { background-color: rgb(59,15,232); }

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

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

 span { border-color: rgb(59,15,232); }

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