#383C90

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

Shades of Jacksons Purple #383C90

Tints of Jacksons Purple #383C90

Color information

#383C90 (or 0x383C90) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3C and 90. RGB value is (56,60,144). Sum of RGB (Red+Green+Blue) = 56+60+144=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #383C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383C90 is #C7C36F. Grayscale: #444444. Windows color (decimal): -13091696 or 9452600. OLE color: 9452600.

HSL color Cylindrical-coordinate representation of color #383C90: hue angle of 237.27º degrees, saturation: 0.44, 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 #383C90 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5660144-
CMYK0.610.5800.44
HSL237.27º44%39.22%-
HSV(B)237.27º61.11%56.47%-
XYZ8.286.0927.12-
YUV68.38170.67119.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 144 (56.64% from 255) = 55.38%
R=21.54%
G=23.08%
B=55.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56601440.610.5800.44237.274439.22
Hex383C903D3A02Ced2c27
Octal707422075720543555447
Binary11100011110010010000111101111010010110011101101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,144); }

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

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

 a { background-color: rgb(56,60,144); }

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

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

 span { border-color: rgb(56,60,144); }

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