#3D2FDA

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

Shades of Han Purple #3D2FDA

Tints of Han Purple #3D2FDA

Color information

#3D2FDA (or 0x3D2FDA) is unknown color: approx Han Purple. HEX triplet: 3D, 2F and DA. RGB value is (61,47,218). Sum of RGB (Red+Green+Blue) = 61+47+218=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D2FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2FDA is #C2D025. Grayscale: #464646. Windows color (decimal): -12767270 or 14298941. OLE color: 14298941.

HSL color Cylindrical-coordinate representation of color #3D2FDA: hue angle of 244.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D2FDA is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6147218-
CMYK0.720.7800.15
HSL244.91º69.8%51.96%-
HSV(B)244.91º78.44%85.49%-
XYZ15.68.0967.07-
YUV70.68211.14121.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.71%
GREEN value IS 47 (18.75% from 255) = 14.42%
BLUE value IS 218 (85.55% from 255) = 66.87%
R=18.71%
G=14.42%
B=66.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61472180.720.7800.15244.9169.851.96
Hex3D2FDA484E0Ff54634
Octal755733211011601736510664
Binary111101101111110110101001000100111001111111101011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,47,218); }

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

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

 a { background-color: rgb(61,47,218); }

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

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

 span { border-color: rgb(61,47,218); }

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