#383A8E

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

Shades of Jacksons Purple #383A8E

Tints of Jacksons Purple #383A8E

Color information

#383A8E (or 0x383A8E) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3A and 8E. RGB value is (56,58,142). Sum of RGB (Red+Green+Blue) = 56+58+142=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #383A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383A8E is #C7C571. Grayscale: #424242. Windows color (decimal): -13092210 or 9321016. OLE color: 9321016.

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

Color convert

RGB5658142-
CMYK0.610.5900.44
HSL238.6º43.43%38.82%-
HSV(B)238.6º60.56%55.69%-
XYZ8.035.8226.29-
YUV66.98170.34120.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=21.88%
G=22.66%
B=55.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56581420.610.5900.44238.643.4338.82
Hex383A8E3D3B02Cef2b27
Octal707221675730543575347
Binary11100011101010001110111101111011010110011101111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,58,142); }

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

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

 a { background-color: rgb(56,58,142); }

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

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

 span { border-color: rgb(56,58,142); }

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