#381EFD

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

Shades of Han Purple #381EFD

Tints of Han Purple #381EFD

Color information

#381EFD (or 0x381EFD) is unknown color: approx Han Purple. HEX triplet: 38, 1E and FD. RGB value is (56,30,253). Sum of RGB (Red+Green+Blue) = 56+30+253=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #381EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EFD is #C7E102. Grayscale: #3E3E3E. Windows color (decimal): -13099267 or 16588344. OLE color: 16588344.

HSL color Cylindrical-coordinate representation of color #381EFD: hue angle of 247º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381EFD is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5630253-
CMYK0.780.8800.01
HSL247º98.24%55.49%-
HSV(B)247º88.14%99.22%-
XYZ19.828.8693.59-
YUV63.2235.11122.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 253 (99.22% from 255) = 74.63%
R=16.52%
G=8.85%
B=74.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56302530.780.8800.0124798.2455.49
Hex381EFD4E5801f76237
Octal70363751161300136714267
Binary11100011110111111011001110101100001111101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381EFD; }

 p { color: rgb(56,30,253); }

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

<style>
 a { background-color: #381EFD; }

 a { background-color: rgb(56,30,253); }

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

<style>
 span { border-color: #381EFD; }

 span { border-color: rgb(56,30,253); }

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