#3D25EA

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

Shades of Han Purple #3D25EA

Tints of Han Purple #3D25EA

Color information

#3D25EA (or 0x3D25EA) is unknown color: approx Han Purple. HEX triplet: 3D, 25 and EA. RGB value is (61,37,234). Sum of RGB (Red+Green+Blue) = 61+37+234=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D25EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D25EA is #C2DA15. Grayscale: #414141. Windows color (decimal): -12769814 or 15344957. OLE color: 15344957.

HSL color Cylindrical-coordinate representation of color #3D25EA: hue angle of 247.31º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3D25EA is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6137234-
CMYK0.740.8400.08
HSL247.31º82.43%53.14%-
HSV(B)247.31º84.19%91.76%-
XYZ17.448.2678.52-
YUV66.63222.45123.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 37 (14.84% from 255) = 11.14%
BLUE value IS 234 (91.80% from 255) = 70.48%
R=18.37%
G=11.14%
B=70.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal61372340.740.8400.08247.3182.4353.14
Hex3D25EA4A5408f75235
Octal754535211212401036712265
Binary111101100101111010101001010101010001000111101111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D25EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,234); }

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

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

 a { background-color: rgb(61,37,234); }

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

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

 span { border-color: rgb(61,37,234); }

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