#3B0FD0

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

Shades of Han Purple #3B0FD0

Tints of Han Purple #3B0FD0

Color information

#3B0FD0 (or 0x3B0FD0) is unknown color: approx Han Purple. HEX triplet: 3B, 0F and D0. RGB value is (59,15,208). Sum of RGB (Red+Green+Blue) = 59+15+208=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 208 (81.64% from 255 or 73.76% from 282); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B0FD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0FD0 is #C4F02F. Grayscale: #313131. Windows color (decimal): -12906544 or 13635387. OLE color: 13635387.

HSL color Cylindrical-coordinate representation of color #3B0FD0: hue angle of 253.68º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0FD0 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5915208-
CMYK0.720.9300.18
HSL253.68º86.55%43.73%-
HSV(B)253.68º92.79%81.57%-
XYZ13.365.8360.09-
YUV50.16217.08134.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.92%
GREEN value IS 15 (6.25% from 255) = 5.32%
BLUE value IS 208 (81.64% from 255) = 73.76%
R=20.92%
G=5.32%
B=73.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal59152080.720.9300.18253.6886.5543.73
Hex3BFD0485D012fe572c
Octal731732011013502237612754
Binary11101111111101000010010001011101010010111111101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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