#383E8A

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

Shades of Jacksons Purple #383E8A

Tints of Jacksons Purple #383E8A

Color information

#383E8A (or 0x383E8A) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3E and 8A. RGB value is (56,62,138). Sum of RGB (Red+Green+Blue) = 56+62+138=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #383E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E8A is #C7C175. Grayscale: #444444. Windows color (decimal): -13091190 or 9059896. OLE color: 9059896.

HSL color Cylindrical-coordinate representation of color #383E8A: hue angle of 235.61º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #383E8A is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5662138-
CMYK0.590.5500.46
HSL235.61º42.27%38.04%-
HSV(B)235.61º59.42%54.12%-
XYZ7.946.1224.81-
YUV68.87167.01118.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 62 (24.61% from 255) = 24.22%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=21.88%
G=24.22%
B=53.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56621380.590.5500.46235.6142.2738.04
Hex383E8A3B3702Eec2a26
Octal707621273670563545246
Binary11100011111010001010111011110111010111011101100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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