#383D8C

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

Shades of Jacksons Purple #383D8C

Tints of Jacksons Purple #383D8C

Color information

#383D8C (or 0x383D8C) is unknown color: approx Jacksons Purple. HEX triplet: 38, 3D and 8C. RGB value is (56,61,140). Sum of RGB (Red+Green+Blue) = 56+61+140=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #383D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383D8C is #C7C273. Grayscale: #444444. Windows color (decimal): -13091444 or 9190712. OLE color: 9190712.

HSL color Cylindrical-coordinate representation of color #383D8C: hue angle of 236.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #383D8C is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5661140-
CMYK0.60.5600.45
HSL236.43º42.86%38.43%-
HSV(B)236.43º60%54.9%-
XYZ8.036.0725.56-
YUV68.51168.34119.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 61 (24.22% from 255) = 23.74%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=21.79%
G=23.74%
B=54.47%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56611400.60.5600.45236.4342.8638.43
Hex383D8C3C3802Dec2b26
Octal707521474700553545346
Binary11100011110110001100111100111000010110111101100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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