#384190

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

Shades of Jacksons Purple #384190

Tints of Jacksons Purple #384190

Color information

#384190 (or 0x384190) is unknown color: approx Jacksons Purple. HEX triplet: 38, 41 and 90. RGB value is (56,65,144). Sum of RGB (Red+Green+Blue) = 56+65+144=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #384190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384190 is #C7BE6F. Grayscale: #464646. Windows color (decimal): -13090416 or 9453880. OLE color: 9453880.

HSL color Cylindrical-coordinate representation of color #384190: hue angle of 233.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384190 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5665144-
CMYK0.610.5500.44
HSL233.86º44%39.22%-
HSV(B)233.86º61.11%56.47%-
XYZ8.566.6327.22-
YUV71.32169.02117.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=21.13%
G=24.53%
B=54.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56651440.610.5500.44233.864439.22
Hex3841903D3702Cea2c27
Octal7010122075670543525447
Binary111000100000110010000111101110111010110011101010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384190; }

 p { color: rgb(56,65,144); }

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

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

 a { background-color: rgb(56,65,144); }

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

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

 span { border-color: rgb(56,65,144); }

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