#2F308E

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

Shades of Jacksons Purple #2F308E

Tints of Jacksons Purple #2F308E

Color information

#2F308E (or 0x2F308E) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 30 and 8E. RGB value is (47,48,142). Sum of RGB (Red+Green+Blue) = 47+48+142=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F308E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F308E is #D0CF71. Grayscale: #3A3A3A. Windows color (decimal): -13684594 or 9318447. OLE color: 9318447.

HSL color Cylindrical-coordinate representation of color #2F308E: hue angle of 239.37º 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 #2F308E is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4748142-
CMYK0.670.6600.44
HSL239.37º50.26%37.06%-
HSV(B)239.37º66.9%55.69%-
XYZ7.114.6726.12-
YUV58.42175.17119.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 142 (55.86% from 255) = 59.92%
R=19.83%
G=20.25%
B=59.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47481420.670.6600.44239.3750.2637.06
Hex2F308E434202Cef3225
Octal57602161031020543576245
Binary1011111100001000111010000111000010010110011101111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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