#3B1FDD

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

Shades of Han Purple #3B1FDD

Tints of Han Purple #3B1FDD

Color information

#3B1FDD (or 0x3B1FDD) is unknown color: approx Han Purple. HEX triplet: 3B, 1F and DD. RGB value is (59,31,221). Sum of RGB (Red+Green+Blue) = 59+31+221=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B1FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1FDD is #C4E022. Grayscale: #3C3C3C. Windows color (decimal): -12902435 or 14491451. OLE color: 14491451.

HSL color Cylindrical-coordinate representation of color #3B1FDD: hue angle of 248.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1FDD is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5931221-
CMYK0.730.8600.13
HSL248.84º75.4%49.41%-
HSV(B)248.84º85.97%86.67%-
XYZ15.347.1368.97-
YUV61.03218.28126.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 221 (86.72% from 255) = 71.06%
R=18.97%
G=9.97%
B=71.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal59312210.730.8600.13248.8475.449.41
Hex3B1FDD49560Df94b31
Octal733733511112601537111361
Binary11101111111110111011001001101011001101111110011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,31,221); }

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

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

 a { background-color: rgb(59,31,221); }

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

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

 span { border-color: rgb(59,31,221); }

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