#38408D

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

Shades of Jacksons Purple #38408D

Tints of Jacksons Purple #38408D

Color information

#38408D (or 0x38408D) is unknown color: approx Jacksons Purple. HEX triplet: 38, 40 and 8D. RGB value is (56,64,141). Sum of RGB (Red+Green+Blue) = 56+64+141=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #38408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38408D is #C7BF72. Grayscale: #464646. Windows color (decimal): -13090675 or 9257016. OLE color: 9257016.

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

Color convert

RGB5664141-
CMYK0.600.5500.45
HSL234.35º43.15%38.63%-
HSV(B)234.35º60.28%55.29%-
XYZ8.276.4326-
YUV70.39167.85117.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=21.46%
G=24.52%
B=54.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56641410.600.5500.45234.3543.1538.63
Hex38408D3C3702Dea2b27
Octal7010021574670553525347
Binary111000100000010001101111100110111010110111101010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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