#383E95

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

Shades of Jacksons Purple #383E95

Tints of Jacksons Purple #383E95

Color information

#383E95 (or 0x383E95) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3E and 95. RGB value is (56,62,149). Sum of RGB (Red+Green+Blue) = 56+62+149=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #383E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E95 is #C7C16A. Grayscale: #454545. Windows color (decimal): -13091179 or 9780792. OLE color: 9780792.

HSL color Cylindrical-coordinate representation of color #383E95: hue angle of 236.13º 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 #383E95 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5662149-
CMYK0.620.5800.42
HSL236.13º45.37%40.2%-
HSV(B)236.13º62.42%58.43%-
XYZ8.786.4629.22-
YUV70.12172.51117.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 62 (24.61% from 255) = 23.22%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=20.97%
G=23.22%
B=55.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56621490.620.5800.42236.1345.3740.2
Hex383E953E3A02Aec2d28
Octal707622576720523545550
Binary11100011111010010101111110111010010101011101100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383E95; }

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

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

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

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

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

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

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

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