#38368D

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

Shades of Jacksons Purple #38368D

Tints of Jacksons Purple #38368D

Color information

#38368D (or 0x38368D) is unknown color: approx Jacksons Purple. HEX triplet: 38, 36 and 8D. RGB value is (56,54,141). Sum of RGB (Red+Green+Blue) = 56+54+141=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #38368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38368D is #C7C972. Grayscale: #404040. Windows color (decimal): -13093235 or 9254456. OLE color: 9254456.

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

Color convert

RGB5654141-
CMYK0.600.6200.45
HSL241.38º44.62%38.24%-
HSV(B)241.38º61.7%55.29%-
XYZ7.765.425.83-
YUV64.52171.16121.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 141 (55.47% from 255) = 56.18%
R=22.31%
G=21.51%
B=56.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56541410.600.6200.45241.3844.6238.24
Hex38368D3C3E02Df12d26
Octal706621574760553615546
Binary11100011011010001101111100111110010110111110001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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