#381CED

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

Shades of Han Purple #381CED

Tints of Han Purple #381CED

Color information

#381CED (or 0x381CED) is unknown color: approx Han Purple. HEX triplet: 38, 1C and ED. RGB value is (56,28,237). Sum of RGB (Red+Green+Blue) = 56+28+237=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #381CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CED is #C7E312. Grayscale: #3B3B3B. Windows color (decimal): -13099795 or 15539256. OLE color: 15539256.

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

Color convert

RGB5628237-
CMYK0.760.8800.07
HSL248.04º85.31%51.96%-
HSV(B)248.04º88.19%92.94%-
XYZ17.337.7980.71-
YUV60.2227.78125.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 237 (92.97% from 255) = 73.83%
R=17.45%
G=8.72%
B=73.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal56282370.760.8800.07248.0485.3151.96
Hex381CED4C5807f85534
Octal70343551141300737012564
Binary1110001110011101101100110010110000111111110001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,28,237); }

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

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

 a { background-color: rgb(56,28,237); }

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

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

 span { border-color: rgb(56,28,237); }

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