#38367F

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

Shades of Jacksons Purple #38367F

Tints of Jacksons Purple #38367F

Color information

#38367F (or 0x38367F) is unknown color: approx Jacksons Purple. HEX triplet: 38, 36 and 7F. RGB value is (56,54,127). Sum of RGB (Red+Green+Blue) = 56+54+127=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #38367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38367F is #C7C980. Grayscale: #3E3E3E. Windows color (decimal): -13093249 or 8336952. OLE color: 8336952.

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

Color convert

RGB5654127-
CMYK0.560.5700.50
HSL241.64º40.33%35.49%-
HSV(B)241.64º57.48%49.8%-
XYZ6.785.0120.69-
YUV62.92164.16123.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 127 (50% from 255) = 53.59%
R=23.63%
G=22.78%
B=53.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56541270.560.5700.50241.6440.3335.49
Hex38367F3839032f22823
Octal706617770710623625043
Binary1110001101101111111111000111001011001011110010101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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