#384095

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

Shades of Jacksons Purple #384095

Tints of Jacksons Purple #384095

Color information

#384095 (or 0x384095) is unknown color: approx Jacksons Purple. HEX triplet: 38, 40 and 95. RGB value is (56,64,149). Sum of RGB (Red+Green+Blue) = 56+64+149=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #384095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384095 is #C7BF6A. Grayscale: #464646. Windows color (decimal): -13090667 or 9781304. OLE color: 9781304.

HSL color Cylindrical-coordinate representation of color #384095: hue angle of 234.84º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #384095 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5664149-
CMYK0.620.5700.42
HSL234.84º45.37%40.2%-
HSV(B)234.84º62.42%58.43%-
XYZ8.896.6829.25-
YUV71.3171.85117.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=20.82%
G=23.79%
B=55.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56641490.620.5700.42234.8445.3740.2
Hex3840953E3902Aeb2d28
Octal7010022576710523535550
Binary111000100000010010101111110111001010101011101011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384095; }

 p { color: rgb(56,64,149); }

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

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

 a { background-color: rgb(56,64,149); }

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

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

 span { border-color: rgb(56,64,149); }

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