#381EEC

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

Shades of Han Purple #381EEC

Tints of Han Purple #381EEC

Color information

#381EEC (or 0x381EEC) is unknown color: approx Han Purple. HEX triplet: 38, 1E and EC. RGB value is (56,30,236). Sum of RGB (Red+Green+Blue) = 56+30+236=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #381EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381EEC is #C7E113. Grayscale: #3C3C3C. Windows color (decimal): -13099284 or 15474232. OLE color: 15474232.

HSL color Cylindrical-coordinate representation of color #381EEC: hue angle of 247.57º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381EEC is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5630236-
CMYK0.760.8700.07
HSL247.57º84.43%52.16%-
HSV(B)247.57º87.29%92.55%-
XYZ17.247.8379.96-
YUV61.26226.61124.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 30 (12.11% from 255) = 9.32%
BLUE value IS 236 (92.58% from 255) = 73.29%
R=17.39%
G=9.32%
B=73.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal56302360.760.8700.07247.5784.4352.16
Hex381EEC4C5707f85434
Octal70363541141270737012464
Binary1110001111011101100100110010101110111111110001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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