#381BF6

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

Shades of Han Purple #381BF6

Tints of Han Purple #381BF6

Color information

#381BF6 (or 0x381BF6) is unknown color: approx Han Purple. HEX triplet: 38, 1B and F6. RGB value is (56,27,246). Sum of RGB (Red+Green+Blue) = 56+27+246=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #381BF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BF6 is #C7E409. Grayscale: #3B3B3B. Windows color (decimal): -13100042 or 16128824. OLE color: 16128824.

HSL color Cylindrical-coordinate representation of color #381BF6: hue angle of 247.95º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381BF6 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5627246-
CMYK0.770.8900.04
HSL247.95º92.41%53.53%-
HSV(B)247.95º89.02%96.47%-
XYZ18.668.2887.8-
YUV60.64232.61124.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.02%
GREEN value IS 27 (10.94% from 255) = 8.21%
BLUE value IS 246 (96.48% from 255) = 74.77%
R=17.02%
G=8.21%
B=74.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal56272460.770.8900.04247.9592.4153.53
Hex381BF64D5904f85c36
Octal70333661151310437013466
Binary1110001101111110110100110110110010100111110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,27,246); }

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

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

 a { background-color: rgb(56,27,246); }

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

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

 span { border-color: rgb(56,27,246); }

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