#38407E

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

Shades of Jacksons Purple #38407E

Tints of Jacksons Purple #38407E

Color information

#38407E (or 0x38407E) is unknown color: approx Jacksons Purple. HEX triplet: 38, 40 and 7E. RGB value is (56,64,126). Sum of RGB (Red+Green+Blue) = 56+64+126=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #38407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38407E is #C7BF81. Grayscale: #444444. Windows color (decimal): -13090690 or 8273976. OLE color: 8273976.

HSL color Cylindrical-coordinate representation of color #38407E: hue angle of 233.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38407E is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5664126-
CMYK0.560.4900.51
HSL233.14º38.46%35.69%-
HSV(B)233.14º55.56%49.41%-
XYZ7.236.0120.52-
YUV68.68160.35118.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 126 (49.61% from 255) = 51.22%
R=22.76%
G=26.02%
B=51.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56641260.560.4900.51233.1438.4635.69
Hex38407E3831033e92624
Octal7010017670610633514644
Binary11100010000001111110111000110001011001111101001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38407E; }

 p { color: rgb(56,64,126); }

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

<style>
 a { background-color: #38407E; }

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

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

<style>
 span { border-color: #38407E; }

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

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