#3B1AE8

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

Shades of Han Purple #3B1AE8

Tints of Han Purple #3B1AE8

Color information

#3B1AE8 (or 0x3B1AE8) is unknown color: approx Han Purple. HEX triplet: 3B, 1A and E8. RGB value is (59,26,232). Sum of RGB (Red+Green+Blue) = 59+26+232=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 232 (91.02% from 255 or 73.19% from 317); Max value from RGB is 232 - color contains mainly: blue. Hex color #3B1AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1AE8 is #C4E517. Grayscale: #3A3A3A. Windows color (decimal): -12903704 or 15211067. OLE color: 15211067.

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

Color convert

RGB5926232-
CMYK0.750.8900.09
HSL249.61º81.75%50.59%-
HSV(B)249.61º88.79%90.98%-
XYZ16.747.4976.91-
YUV59.35225.43127.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 26 (10.55% from 255) = 8.20%
BLUE value IS 232 (91.02% from 255) = 73.19%
R=18.61%
G=8.20%
B=73.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal59262320.750.8900.09249.6181.7550.59
Hex3B1AE84B5909fa5233
Octal733235011313101137212263
Binary11101111010111010001001011101100101001111110101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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