#383E93

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

Shades of Jacksons Purple #383E93

Tints of Jacksons Purple #383E93

Color information

#383E93 (or 0x383E93) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3E and 93. RGB value is (56,62,147). Sum of RGB (Red+Green+Blue) = 56+62+147=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #383E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383E93 is #C7C16C. Grayscale: #454545. Windows color (decimal): -13091181 or 9649720. OLE color: 9649720.

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

Color convert

RGB5662147-
CMYK0.620.5800.42
HSL236.04º44.83%39.8%-
HSV(B)236.04º61.9%57.65%-
XYZ8.626.3928.38-
YUV69.9171.51118.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=21.13%
G=23.40%
B=55.47%

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
Decimal56621470.620.5800.42236.0444.8339.8
Hex383E933E3A02Aec2d28
Octal707622376720523545550
Binary11100011111010010011111110111010010101011101100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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