#38368A

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

Shades of Jacksons Purple #38368A

Tints of Jacksons Purple #38368A

Color information

#38368A (or 0x38368A) is unknown color: approx Jacksons Purple. HEX triplet: 38, 36 and 8A. RGB value is (56,54,138). Sum of RGB (Red+Green+Blue) = 56+54+138=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #38368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38368A is #C7C975. Grayscale: #3F3F3F. Windows color (decimal): -13093238 or 9057848. OLE color: 9057848.

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

Color convert

RGB5654138-
CMYK0.590.6100.46
HSL241.43º43.75%37.65%-
HSV(B)241.43º60.87%54.12%-
XYZ7.545.3124.67-
YUV64.17169.66122.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=22.58%
G=21.77%
B=55.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56541380.590.6100.46241.4343.7537.65
Hex38368A3B3D02Ef12c26
Octal706621273750563615446
Binary11100011011010001010111011111101010111011110001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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