#38418B

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

Shades of Jacksons Purple #38418B

Tints of Jacksons Purple #38418B

Color information

#38418B (or 0x38418B) is unknown color: approx Jacksons Purple. HEX triplet: 38, 41 and 8B. RGB value is (56,65,139). Sum of RGB (Red+Green+Blue) = 56+65+139=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #38418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38418B is #C7BE74. Grayscale: #464646. Windows color (decimal): -13090421 or 9126200. OLE color: 9126200.

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

Color convert

RGB5665139-
CMYK0.600.5300.45
HSL233.49º42.56%38.24%-
HSV(B)233.49º59.71%54.51%-
XYZ8.186.4925.25-
YUV70.74166.52117.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.54%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=21.54%
G=25%
B=53.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56651390.600.5300.45233.4942.5638.24
Hex38418B3C3502De92b26
Octal7010121374650553515346
Binary111000100000110001011111100110101010110111101001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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