#38358A

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

Shades of Jacksons Purple #38358A

Tints of Jacksons Purple #38358A

Color information

#38358A (or 0x38358A) is unknown color: approx Jacksons Purple. HEX triplet: 38, 35 and 8A. RGB value is (56,53,138). Sum of RGB (Red+Green+Blue) = 56+53+138=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #38358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38358A is #C7CA75. Grayscale: #3F3F3F. Windows color (decimal): -13093494 or 9057592. OLE color: 9057592.

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

Color convert

RGB5653138-
CMYK0.590.6200.46
HSL242.12º44.5%37.45%-
HSV(B)242.12º61.59%54.12%-
XYZ7.495.2224.66-
YUV63.59169.99122.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 138 (54.30% from 255) = 55.87%
R=22.67%
G=21.46%
B=55.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56531380.590.6200.46242.1244.537.45
Hex38358A3B3E02Ef22d25
Octal706521273760563625545
Binary11100011010110001010111011111110010111011110010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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