#2F318E

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

Shades of Jacksons Purple #2F318E

Tints of Jacksons Purple #2F318E

Color information

#2F318E (or 0x2F318E) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 31 and 8E. RGB value is (47,49,142). Sum of RGB (Red+Green+Blue) = 47+49+142=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F318E is #D0CE71. Grayscale: #3A3A3A. Windows color (decimal): -13684338 or 9318703. OLE color: 9318703.

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

Color convert

RGB4749142-
CMYK0.670.6500.44
HSL238.74º50.26%37.06%-
HSV(B)238.74º66.9%55.69%-
XYZ7.154.7526.13-
YUV59174.84119.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=19.75%
G=20.59%
B=59.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47491420.670.6500.44238.7450.2637.06
Hex2F318E434102Cef3225
Octal57612161031010543576245
Binary1011111100011000111010000111000001010110011101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,142); }

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

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

 a { background-color: rgb(47,49,142); }

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

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

 span { border-color: rgb(47,49,142); }

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