#38397F

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

Shades of Jacksons Purple #38397F

Tints of Jacksons Purple #38397F

Color information

#38397F (or 0x38397F) is unknown color: approx Jacksons Purple. HEX triplet: 38, 39 and 7F. RGB value is (56,57,127). Sum of RGB (Red+Green+Blue) = 56+57+127=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #38397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38397F is #C7C680. Grayscale: #404040. Windows color (decimal): -13092481 or 8337720. OLE color: 8337720.

HSL color Cylindrical-coordinate representation of color #38397F: hue angle of 239.15º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38397F is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5657127-
CMYK0.560.5500.50
HSL239.15º38.8%35.88%-
HSV(B)239.15º55.91%49.8%-
XYZ6.925.320.74-
YUV64.68163.17121.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 127 (50% from 255) = 52.92%
R=23.33%
G=23.75%
B=52.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56571270.560.5500.50239.1538.835.88
Hex38397F3837032ef2724
Octal707117770670623574744
Binary1110001110011111111111000110111011001011101111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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