#3D27F1

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

Shades of Han Purple #3D27F1

Tints of Han Purple #3D27F1

Color information

#3D27F1 (or 0x3D27F1) is unknown color: approx Han Purple. HEX triplet: 3D, 27 and F1. RGB value is (61,39,241). Sum of RGB (Red+Green+Blue) = 61+39+241=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D27F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D27F1 is #C2D80E. Grayscale: #434343. Windows color (decimal): -12769295 or 15804221. OLE color: 15804221.

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

Color convert

RGB6139241-
CMYK0.750.8400.05
HSL246.53º87.83%54.9%-
HSV(B)246.53º83.82%94.51%-
XYZ18.538.7983.94-
YUV68.61225.29122.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.89%
GREEN value IS 39 (15.62% from 255) = 11.44%
BLUE value IS 241 (94.53% from 255) = 70.67%
R=17.89%
G=11.44%
B=70.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61392410.750.8400.05246.5387.8354.9
Hex3D27F14B5405f75837
Octal75473611131240536713067
Binary11110110011111110001100101110101000101111101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D27F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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