#3B29DA

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

Shades of Han Purple #3B29DA

Tints of Han Purple #3B29DA

Color information

#3B29DA (or 0x3B29DA) is unknown color: approx Han Purple. HEX triplet: 3B, 29 and DA. RGB value is (59,41,218). Sum of RGB (Red+Green+Blue) = 59+41+218=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #3B29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B29DA is #C4D625. Grayscale: #414141. Windows color (decimal): -12899878 or 14297403. OLE color: 14297403.

HSL color Cylindrical-coordinate representation of color #3B29DA: hue angle of 246.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B29DA is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5941218-
CMYK0.730.8100.15
HSL246.1º70.52%50.78%-
HSV(B)246.1º81.19%85.49%-
XYZ15.257.5866.99-
YUV66.56213.46122.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 41 (16.41% from 255) = 12.89%
BLUE value IS 218 (85.55% from 255) = 68.55%
R=18.55%
G=12.89%
B=68.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal59412180.730.8100.15246.170.5250.78
Hex3B29DA49510Ff64733
Octal735133211112101736610763
Binary111011101001110110101001001101000101111111101101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,218); }

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

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

 a { background-color: rgb(59,41,218); }

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

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

 span { border-color: rgb(59,41,218); }

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