#383D7D

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

Shades of Jacksons Purple #383D7D

Tints of Jacksons Purple #383D7D

Color information

#383D7D (or 0x383D7D) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3D and 7D. RGB value is (56,61,125). Sum of RGB (Red+Green+Blue) = 56+61+125=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #383D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D7D is #C7C282. Grayscale: #424242. Windows color (decimal): -13091459 or 8207672. OLE color: 8207672.

HSL color Cylindrical-coordinate representation of color #383D7D: hue angle of 235.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #383D7D is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5661125-
CMYK0.550.5100.51
HSL235.65º38.12%35.49%-
HSV(B)235.65º55.2%49.02%-
XYZ75.6620.13-
YUV66.8160.84120.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 125 (49.22% from 255) = 51.65%
R=23.14%
G=25.21%
B=51.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56611250.550.5100.51235.6538.1235.49
Hex383D7D3733033ec2623
Octal707517567630633544643
Binary1110001111011111101110111110011011001111101100100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,61,125); }

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

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

 a { background-color: rgb(56,61,125); }

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

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

 span { border-color: rgb(56,61,125); }

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