#3B1FF8

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

Shades of Han Purple #3B1FF8

Tints of Han Purple #3B1FF8

Color information

#3B1FF8 (or 0x3B1FF8) is unknown color: approx Han Purple. HEX triplet: 3B, 1F and F8. RGB value is (59,31,248). Sum of RGB (Red+Green+Blue) = 59+31+248=338 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.46% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 248 (97.27% from 255 or 73.37% from 338); Max value from RGB is 248 - color contains mainly: blue. Hex color #3B1FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1FF8 is #C4E007. Grayscale: #3F3F3F. Windows color (decimal): -12902408 or 16260923. OLE color: 16260923.

HSL color Cylindrical-coordinate representation of color #3B1FF8: hue angle of 247.74º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1FF8 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5931248-
CMYK0.760.8800.03
HSL247.74º93.94%54.71%-
HSV(B)247.74º87.5%97.25%-
XYZ19.248.6989.47-
YUV64.11231.78124.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.46%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 248 (97.27% from 255) = 73.37%
R=17.46%
G=9.17%
B=73.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal59312480.760.8800.03247.7493.9454.71
Hex3B1FF84C5803f85e37
Octal73373701141300337013667
Binary111011111111111100010011001011000011111110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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