#38418A

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

Shades of Jacksons Purple #38418A

Tints of Jacksons Purple #38418A

Color information

#38418A (or 0x38418A) is unknown color: approx Jacksons Purple. HEX triplet: 38, 41 and 8A. RGB value is (56,65,138). Sum of RGB (Red+Green+Blue) = 56+65+138=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #38418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38418A is #C7BE75. Grayscale: #464646. Windows color (decimal): -13090422 or 9060664. OLE color: 9060664.

HSL color Cylindrical-coordinate representation of color #38418A: hue angle of 233.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38418A is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5665138-
CMYK0.590.5300.46
HSL233.41º42.27%38.04%-
HSV(B)233.41º59.42%54.12%-
XYZ8.116.4624.86-
YUV70.63166.02117.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=21.62%
G=25.10%
B=53.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56651380.590.5300.46233.4142.2738.04
Hex38418A3B3502Ee92a26
Octal7010121273650563515246
Binary111000100000110001010111011110101010111011101001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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