#383E91

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

Shades of Jacksons Purple #383E91

Tints of Jacksons Purple #383E91

Color information

#383E91 (or 0x383E91) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3E and 91. RGB value is (56,62,145). Sum of RGB (Red+Green+Blue) = 56+62+145=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #383E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E91 is #C7C16E. Grayscale: #454545. Windows color (decimal): -13091183 or 9518648. OLE color: 9518648.

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

Color convert

RGB5662145-
CMYK0.610.5700.43
HSL235.96º44.28%39.41%-
HSV(B)235.96º61.38%56.86%-
XYZ8.466.3327.56-
YUV69.67170.51118.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=21.29%
G=23.57%
B=55.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56621450.610.5700.43235.9644.2839.41
Hex383E913D3902Bec2c27
Octal707622175710533545447
Binary11100011111010010001111101111001010101111101100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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