#381CDA

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

Shades of Han Purple #381CDA

Tints of Han Purple #381CDA

Color information

#381CDA (or 0x381CDA) is unknown color: approx Han Purple. HEX triplet: 38, 1C and DA. RGB value is (56,28,218). Sum of RGB (Red+Green+Blue) = 56+28+218=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #381CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CDA is #C7E325. Grayscale: #393939. Windows color (decimal): -13099814 or 14294072. OLE color: 14294072.

HSL color Cylindrical-coordinate representation of color #381CDA: hue angle of 248.84º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381CDA is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5628218-
CMYK0.740.8700.15
HSL248.84º77.24%48.24%-
HSV(B)248.84º87.16%85.49%-
XYZ14.76.7366.85-
YUV58.03218.28126.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 218 (85.55% from 255) = 72.19%
R=18.54%
G=9.27%
B=72.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56282180.740.8700.15248.8477.2448.24
Hex381CDA4A570Ff94d30
Octal703433211212701737111560
Binary11100011100110110101001010101011101111111110011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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