#2F388B

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

Shades of Jacksons Purple #2F388B

Tints of Jacksons Purple #2F388B

Color information

#2F388B (or 0x2F388B) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 38 and 8B. RGB value is (47,56,139). Sum of RGB (Red+Green+Blue) = 47+56+139=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F388B is #D0C774. Grayscale: #3E3E3E. Windows color (decimal): -13682549 or 9123887. OLE color: 9123887.

HSL color Cylindrical-coordinate representation of color #2F388B: hue angle of 234.13º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F388B is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4756139-
CMYK0.660.6000.45
HSL234.13º49.46%36.47%-
HSV(B)234.13º66.19%54.51%-
XYZ7.255.325.07-
YUV62.77171.02116.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=19.42%
G=23.14%
B=57.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47561390.660.6000.45234.1349.4636.47
Hex2F388B423C02Dea3124
Octal5770213102740553526144
Binary101111111000100010111000010111100010110111101010110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F388B; }

 p { color: rgb(47,56,139); }

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

<style>
 a { background-color: #2F388B; }

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

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

<style>
 span { border-color: #2F388B; }

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

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