#3B07EB

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

Shades of Han Purple #3B07EB

Tints of Han Purple #3B07EB

Color information

#3B07EB (or 0x3B07EB) is unknown color: approx Han Purple. HEX triplet: 3B, 07 and EB. RGB value is (59,7,235). Sum of RGB (Red+Green+Blue) = 59+7+235=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #3B07EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B07EB is #C4F814. Grayscale: #2F2F2F. Windows color (decimal): -12908565 or 15402811. OLE color: 15402811.

HSL color Cylindrical-coordinate representation of color #3B07EB: hue angle of 253.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B07EB is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB597235-
CMYK0.750.9700.08
HSL253.68º94.21%47.45%-
HSV(B)253.68º97.02%92.16%-
XYZ16.887.0879.07-
YUV48.54233.23135.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 235 (92.19% from 255) = 78.07%
R=19.60%
G=2.33%
B=78.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal5972350.750.9700.08253.6894.2147.45
Hex3B7EB4B6108fe5e2f
Octal73735311314101037613657
Binary111011111111010111001011110000101000111111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B07EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,7,235); }

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

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

 a { background-color: rgb(59,7,235); }

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

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

 span { border-color: rgb(59,7,235); }

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