#38368B

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

Shades of Jacksons Purple #38368B

Tints of Jacksons Purple #38368B

Color information

#38368B (or 0x38368B) is unknown color: approx Jacksons Purple. HEX triplet: 38, 36 and 8B. RGB value is (56,54,139). Sum of RGB (Red+Green+Blue) = 56+54+139=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #38368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38368B is #C7C974. Grayscale: #3F3F3F. Windows color (decimal): -13093237 or 9123384. OLE color: 9123384.

HSL color Cylindrical-coordinate representation of color #38368B: hue angle of 241.41º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38368B is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5654139-
CMYK0.600.6100.45
HSL241.41º44.04%37.84%-
HSV(B)241.41º61.15%54.51%-
XYZ7.615.3425.06-
YUV64.29170.16122.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=22.49%
G=21.69%
B=55.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56541390.600.6100.45241.4144.0437.84
Hex38368B3C3D02Df12c26
Octal706621374750553615446
Binary11100011011010001011111100111101010110111110001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38368B; }

 p { color: rgb(56,54,139); }

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

<style>
 a { background-color: #38368B; }

 a { background-color: rgb(56,54,139); }

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

<style>
 span { border-color: #38368B; }

 span { border-color: rgb(56,54,139); }

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