#381AE2

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

Shades of Han Purple #381AE2

Tints of Han Purple #381AE2

Color information

#381AE2 (or 0x381AE2) is unknown color: approx Han Purple. HEX triplet: 38, 1A and E2. RGB value is (56,26,226). Sum of RGB (Red+Green+Blue) = 56+26+226=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 226 (88.67% from 255 or 73.38% from 308); Max value from RGB is 226 - color contains mainly: blue. Hex color #381AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381AE2 is #C7E51D. Grayscale: #393939. Windows color (decimal): -13100318 or 14817848. OLE color: 14817848.

HSL color Cylindrical-coordinate representation of color #381AE2: hue angle of 249º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381AE2 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5626226-
CMYK0.750.8800.11
HSL249º79.37%49.41%-
HSV(B)249º88.5%88.63%-
XYZ15.737.0772.49-
YUV57.77222.94126.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 26 (10.55% from 255) = 8.44%
BLUE value IS 226 (88.67% from 255) = 73.38%
R=18.18%
G=8.44%
B=73.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal56262260.750.8800.1124979.3749.41
Hex381AE24B580Bf94f31
Octal703234211313001337111761
Binary11100011010111000101001011101100001011111110011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,26,226); }

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

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

 a { background-color: rgb(56,26,226); }

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

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

 span { border-color: rgb(56,26,226); }

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