#381BDC

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

Shades of Han Purple #381BDC

Tints of Han Purple #381BDC

Color information

#381BDC (or 0x381BDC) is unknown color: approx Han Purple. HEX triplet: 38, 1B and DC. RGB value is (56,27,220). Sum of RGB (Red+Green+Blue) = 56+27+220=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #381BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BDC is #C7E423. Grayscale: #383838. Windows color (decimal): -13100068 or 14424888. OLE color: 14424888.

HSL color Cylindrical-coordinate representation of color #381BDC: hue angle of 249.02º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381BDC is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5627220-
CMYK0.750.8800.14
HSL249.02º78.14%48.43%-
HSV(B)249.02º87.73%86.27%-
XYZ14.946.7968.23-
YUV57.67219.61126.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 27 (10.94% from 255) = 8.91%
BLUE value IS 220 (86.33% from 255) = 72.61%
R=18.48%
G=8.91%
B=72.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal56272200.750.8800.14249.0278.1448.43
Hex381BDC4B580Ef94e30
Octal703333411313001637111660
Binary11100011011110111001001011101100001110111110011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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