#380EFB

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

Shades of Han Purple #380EFB

Tints of Han Purple #380EFB

Color information

#380EFB (or 0x380EFB) is unknown color: approx Han Purple. HEX triplet: 38, 0E and FB. RGB value is (56,14,251). Sum of RGB (Red+Green+Blue) = 56+14+251=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #380EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380EFB is #C7F104. Grayscale: #343434. Windows color (decimal): -13103365 or 16453176. OLE color: 16453176.

HSL color Cylindrical-coordinate representation of color #380EFB: hue angle of 250.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380EFB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5614251-
CMYK0.780.9400.02
HSL250.63º96.73%51.96%-
HSV(B)250.63º94.42%98.43%-
XYZ19.28.1291.82-
YUV53.58239.41129.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 14 (5.86% from 255) = 4.36%
BLUE value IS 251 (98.44% from 255) = 78.19%
R=17.45%
G=4.36%
B=78.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56142510.780.9400.02250.6396.7351.96
Hex38EFB4E5E02fb6134
Octal70163731161360237314164
Binary11100011101111101110011101011110010111110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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