#3D2AE9

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

Shades of Han Purple #3D2AE9

Tints of Han Purple #3D2AE9

Color information

#3D2AE9 (or 0x3D2AE9) is unknown color: approx Han Purple. HEX triplet: 3D, 2A and E9. RGB value is (61,42,233). Sum of RGB (Red+Green+Blue) = 61+42+233=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 233 (91.41% from 255 or 69.35% from 336); Max value from RGB is 233 - color contains mainly: blue. Hex color #3D2AE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D2AE9 is #C2D516. Grayscale: #444444. Windows color (decimal): -12768535 or 15280701. OLE color: 15280701.

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

Color convert

RGB6142233-
CMYK0.740.8200.09
HSL245.97º81.28%53.92%-
HSV(B)245.97º81.97%91.37%-
XYZ17.468.5377.82-
YUV69.46220.29121.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 233 (91.41% from 255) = 69.35%
R=18.15%
G=12.5%
B=69.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61422330.740.8200.09245.9781.2853.92
Hex3D2AE94A5209f65136
Octal755235111212201136612166
Binary111101101010111010011001010101001001001111101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,42,233); }

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

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

 a { background-color: rgb(61,42,233); }

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

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

 span { border-color: rgb(61,42,233); }

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