#3D14F1

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

Shades of Han Purple #3D14F1

Tints of Han Purple #3D14F1

Color information

#3D14F1 (or 0x3D14F1) is unknown color: approx Han Purple. HEX triplet: 3D, 14 and F1. RGB value is (61,20,241). Sum of RGB (Red+Green+Blue) = 61+20+241=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 241 (94.53% from 255 or 74.84% from 322); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D14F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3D14F1 is #C2EB0E. Grayscale: #383838. Windows color (decimal): -12774159 or 15799357. OLE color: 15799357.

HSL color Cylindrical-coordinate representation of color #3D14F1: hue angle of 251.13º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D14F1 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6120241-
CMYK0.750.9200.05
HSL251.13º88.76%51.18%-
HSV(B)251.13º91.7%94.51%-
XYZ18.057.8483.78-
YUV57.45231.58130.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 241 (94.53% from 255) = 74.84%
R=18.94%
G=6.21%
B=74.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61202410.750.9200.05251.1388.7651.18
Hex3D14F14B5C05fb5933
Octal75243611131340537313163
Binary1111011010011110001100101110111000101111110111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D14F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,20,241); }

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

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

 a { background-color: rgb(61,20,241); }

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

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

 span { border-color: rgb(61,20,241); }

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