#38397B

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

Shades of Jacksons Purple #38397B

Tints of Jacksons Purple #38397B

Color information

#38397B (or 0x38397B) is unknown color: approx Jacksons Purple. HEX triplet: 38, 39 and 7B. RGB value is (56,57,123). Sum of RGB (Red+Green+Blue) = 56+57+123=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #38397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38397B is #C7C684. Grayscale: #3F3F3F. Windows color (decimal): -13092485 or 8075576. OLE color: 8075576.

HSL color Cylindrical-coordinate representation of color #38397B: hue angle of 239.1º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38397B is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5657123-
CMYK0.540.5400.52
HSL239.1º37.43%35.1%-
HSV(B)239.1º54.47%48.24%-
XYZ6.675.219.39-
YUV64.22161.17122.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=23.73%
G=24.15%
B=52.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56571230.540.5400.52239.137.4335.1
Hex38397B3636034ef2523
Octal707117366660643574543
Binary1110001110011111011110110110110011010011101111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,57,123); }

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

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

 a { background-color: rgb(56,57,123); }

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

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

 span { border-color: rgb(56,57,123); }

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