#2F388D

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

Shades of Jacksons Purple #2F388D

Tints of Jacksons Purple #2F388D

Color information

#2F388D (or 0x2F388D) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 38 and 8D. RGB value is (47,56,141). Sum of RGB (Red+Green+Blue) = 47+56+141=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F388D is #D0C772. Grayscale: #3E3E3E. Windows color (decimal): -13682547 or 9254959. OLE color: 9254959.

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

Color convert

RGB4756141-
CMYK0.670.6000.45
HSL234.26º50%36.86%-
HSV(B)234.26º66.67%55.29%-
XYZ7.395.3625.84-
YUV63172.02116.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=19.26%
G=22.95%
B=57.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47561410.670.6000.45234.265036.86
Hex2F388D433C02Dea3225
Octal5770215103740553526245
Binary101111111000100011011000011111100010110111101010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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