#38378D

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

Shades of Jacksons Purple #38378D

Tints of Jacksons Purple #38378D

Color information

#38378D (or 0x38378D) is unknown color: approx Jacksons Purple. HEX triplet: 38, 37 and 8D. RGB value is (56,55,141). Sum of RGB (Red+Green+Blue) = 56+55+141=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #38378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38378D is #C7C872. Grayscale: #404040. Windows color (decimal): -13092979 or 9254712. OLE color: 9254712.

HSL color Cylindrical-coordinate representation of color #38378D: hue angle of 240.7º 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 #38378D is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5655141-
CMYK0.600.6100.45
HSL240.7º43.88%38.43%-
HSV(B)240.7º60.99%55.29%-
XYZ7.85.525.85-
YUV65.1170.83121.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=22.22%
G=21.83%
B=55.95%

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
Decimal56551410.600.6100.45240.743.8838.43
Hex38378D3C3D02Df12c26
Octal706721574750553615446
Binary11100011011110001101111100111101010110111110001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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