#38397A

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

Shades of Jacksons Purple #38397A

Tints of Jacksons Purple #38397A

Color information

#38397A (or 0x38397A) is unknown color: approx Jacksons Purple. HEX triplet: 38, 39 and 7A. RGB value is (56,57,122). Sum of RGB (Red+Green+Blue) = 56+57+122=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #38397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38397A is #C7C685. Grayscale: #3F3F3F. Windows color (decimal): -13092486 or 8010040. OLE color: 8010040.

HSL color Cylindrical-coordinate representation of color #38397A: hue angle of 239.09º 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 #38397A is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5657122-
CMYK0.540.5300.52
HSL239.09º37.08%34.9%-
HSV(B)239.09º54.1%47.84%-
XYZ6.615.1719.06-
YUV64.11160.67122.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=23.83%
G=24.26%
B=51.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal56571220.540.5300.52239.0937.0834.9
Hex38397A3635034ef2523
Octal707117266650643574543
Binary1110001110011111010110110110101011010011101111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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