#382E7B

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

Shades of Jacksons Purple #382E7B

Tints of Jacksons Purple #382E7B

Color information

#382E7B (or 0x382E7B) is unknown color: approx Jacksons Purple. HEX triplet: 38, 2E and 7B. RGB value is (56,46,123). Sum of RGB (Red+Green+Blue) = 56+46+123=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #382E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382E7B is #C7D184. Grayscale: #393939. Windows color (decimal): -13095301 or 8072760. OLE color: 8072760.

HSL color Cylindrical-coordinate representation of color #382E7B: hue angle of 247.79º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382E7B is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5646123-
CMYK0.540.6300.52
HSL247.79º45.56%33.14%-
HSV(B)247.79º62.6%48.24%-
XYZ6.184.2219.23-
YUV57.77164.81126.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=24.89%
G=20.44%
B=54.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56461230.540.6300.52247.7945.5633.14
Hex382E7B363F034f82e21
Octal705617366770643705641
Binary1110001011101111011110110111111011010011111000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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