#382E81

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

Shades of Jacksons Purple #382E81

Tints of Jacksons Purple #382E81

Color information

#382E81 (or 0x382E81) is unknown color: approx Jacksons Purple. HEX triplet: 38, 2E and 81. RGB value is (56,46,129). Sum of RGB (Red+Green+Blue) = 56+46+129=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #382E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382E81 is #C7D17E. Grayscale: #3A3A3A. Windows color (decimal): -13095295 or 8465976. OLE color: 8465976.

HSL color Cylindrical-coordinate representation of color #382E81: hue angle of 247.23º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #382E81 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5646129-
CMYK0.570.6400.49
HSL247.23º47.43%34.31%-
HSV(B)247.23º64.34%50.59%-
XYZ6.574.3821.27-
YUV58.45167.81126.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=24.24%
G=19.91%
B=55.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56461290.570.6400.49247.2347.4334.31
Hex382E813940031f72f22
Octal7056201711000613675742
Binary111000101110100000011110011000000011000111110111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382E81; }

 p { color: rgb(56,46,129); }

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

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

 a { background-color: rgb(56,46,129); }

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

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

 span { border-color: rgb(56,46,129); }

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