#3B01E7

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

Shades of Han Purple #3B01E7

Tints of Han Purple #3B01E7

Color information

#3B01E7 (or 0x3B01E7) is unknown color: approx Han Purple. HEX triplet: 3B, 01 and E7. RGB value is (59,1,231). Sum of RGB (Red+Green+Blue) = 59+1+231=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 231 (90.62% from 255 or 79.38% from 291); Max value from RGB is 231 - color contains mainly: blue. Hex color #3B01E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B01E7 is #C4FE18. Grayscale: #2B2B2B. Windows color (decimal): -12910105 or 15139131. OLE color: 15139131.

HSL color Cylindrical-coordinate representation of color #3B01E7: hue angle of 255.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B01E7 is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB591231-
CMYK0.741.0000.09
HSL255.13º99.14%45.49%-
HSV(B)255.13º99.57%90.59%-
XYZ16.246.7276.04-
YUV44.56233.22138.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.27%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 231 (90.62% from 255) = 79.38%
R=20.27%
G=0.34%
B=79.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal5912310.741.0000.09255.1399.1445.49
Hex3B1E74A6409ff632d
Octal73134711214401137714355
Binary1110111111001111001010110010001001111111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B01E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,231); }

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

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

 a { background-color: rgb(59,1,231); }

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

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

 span { border-color: rgb(59,1,231); }

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