#380EC9

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

Shades of Han Purple #380EC9

Tints of Han Purple #380EC9

Color information

#380EC9 (or 0x380EC9) is unknown color: approx Han Purple. HEX triplet: 38, 0E and C9. RGB value is (56,14,201). Sum of RGB (Red+Green+Blue) = 56+14+201=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 201 (78.91% from 255 or 74.17% from 271); Max value from RGB is 201 - color contains mainly: blue. Hex color #380EC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380EC9 is #C7F136. Grayscale: #2F2F2F. Windows color (decimal): -13103415 or 13176376. OLE color: 13176376.

HSL color Cylindrical-coordinate representation of color #380EC9: hue angle of 253.48º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380EC9 is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5614201-
CMYK0.720.9300.21
HSL253.48º86.98%42.16%-
HSV(B)253.48º93.03%78.82%-
XYZ12.335.3755.65-
YUV47.88214.41133.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 14 (5.86% from 255) = 5.17%
BLUE value IS 201 (78.91% from 255) = 74.17%
R=20.66%
G=5.17%
B=74.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56142010.720.9300.21253.4886.9842.16
Hex38EC9485D015fd572a
Octal701631111013502537512752
Binary11100011101100100110010001011101010101111111011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380EC9; }

 p { color: rgb(56,14,201); }

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

<style>
 a { background-color: #380EC9; }

 a { background-color: rgb(56,14,201); }

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

<style>
 span { border-color: #380EC9; }

 span { border-color: rgb(56,14,201); }

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