#381bc8

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

Shades of Purple Heart #381BC8

Tints of Purple Heart #381BC8

Color information

#381BC8 (or 0x381BC8) is unknown color: approx Purple Heart. HEX triplet: 38, 1B and C8. RGB value is (56,27,200). Sum of RGB (Red+Green+Blue) = 56+27+200=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #381BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BC8 is #C7E437. Grayscale: #363636. Windows color (decimal): -13100088 or 13114168. OLE color: 13114168.

HSL color Cylindrical-coordinate representation of color #381BC8: hue angle of 250.06º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381BC8 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5627200-
CMYK0.720.8600.22
HSL250.06º76.21%44.51%-
HSV(B)250.06º86.5%78.43%-
XYZ12.455.7955.11-
YUV55.39209.61128.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 200 (78.52% from 255) = 70.67%
R=19.79%
G=9.54%
B=70.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56272000.720.8600.22250.0676.2144.51
Hex381BC84856016fa4c2d
Octal703331011012602637211455
Binary111000110111100100010010001010110010110111110101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381bc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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