#38387F

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

Shades of Jacksons Purple #38387F

Tints of Jacksons Purple #38387F

Color information

#38387F (or 0x38387F) is unknown color: approx Jacksons Purple. HEX triplet: 38, 38 and 7F. RGB value is (56,56,127). Sum of RGB (Red+Green+Blue) = 56+56+127=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #38387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38387F is #C7C780. Grayscale: #3F3F3F. Windows color (decimal): -13092737 or 8337464. OLE color: 8337464.

HSL color Cylindrical-coordinate representation of color #38387F: hue angle of 240º 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 #38387F is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5656127-
CMYK0.560.5600.50
HSL240º38.8%35.88%-
HSV(B)240º55.91%49.8%-
XYZ6.885.220.72-
YUV64.09163.5122.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.43%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 127 (50% from 255) = 53.14%
R=23.43%
G=23.43%
B=53.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56561270.560.5600.5024038.835.88
Hex38387F3838032f02724
Octal707017770700623604744
Binary1110001110001111111111000111000011001011110000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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