#3B0AD6

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

Shades of Han Purple #3B0AD6

Tints of Han Purple #3B0AD6

Color information

#3B0AD6 (or 0x3B0AD6) is unknown color: approx Han Purple. HEX triplet: 3B, 0A and D6. RGB value is (59,10,214). Sum of RGB (Red+Green+Blue) = 59+10+214=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 214 (83.98% from 255 or 75.62% from 283); Max value from RGB is 214 - color contains mainly: blue. Hex color #3B0AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0AD6 is #C4F529. Grayscale: #2F2F2F. Windows color (decimal): -12907818 or 14027323. OLE color: 14027323.

HSL color Cylindrical-coordinate representation of color #3B0AD6: hue angle of 254.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0AD6 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5910214-
CMYK0.720.9500.16
HSL254.41º91.07%43.92%-
HSV(B)254.41º95.33%83.92%-
XYZ14.05664.04-
YUV47.91221.73135.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.85%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 214 (83.98% from 255) = 75.62%
R=20.85%
G=3.53%
B=75.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59102140.720.9500.16254.4191.0743.92
Hex3BAD6485F010fe5b2c
Octal731232611013702037613354
Binary11101110101101011010010001011111010000111111101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,10,214); }

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

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

 a { background-color: rgb(59,10,214); }

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

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

 span { border-color: rgb(59,10,214); }

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