#381AB3

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

Shades of Purple Heart #381AB3

Tints of Purple Heart #381AB3

Color information

#381AB3 (or 0x381AB3) is unknown color: approx Purple Heart. HEX triplet: 38, 1A and B3. RGB value is (56,26,179). Sum of RGB (Red+Green+Blue) = 56+26+179=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 179 (70.31% from 255 or 68.58% from 261); Max value from RGB is 179 - color contains mainly: blue. Hex color #381AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381AB3 is #C7E54C. Grayscale: #333333. Windows color (decimal): -13100365 or 11737656. OLE color: 11737656.

HSL color Cylindrical-coordinate representation of color #381AB3: hue angle of 251.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381AB3 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5626179-
CMYK0.690.8500.30
HSL251.76º74.63%40.2%-
HSV(B)251.76º85.47%70.2%-
XYZ10.144.8343.05-
YUV52.41199.44130.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 26 (10.55% from 255) = 9.96%
BLUE value IS 179 (70.31% from 255) = 68.58%
R=21.46%
G=9.96%
B=68.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56261790.690.8500.30251.7674.6340.2
Hex381AB3455501Efc4b28
Octal703226310512503637411350
Binary111000110101011001110001011010101011110111111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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