#2F3298

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

Shades of Jacksons Purple #2F3298

Tints of Jacksons Purple #2F3298

Color information

#2F3298 (or 0x2F3298) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 32 and 98. RGB value is (47,50,152). Sum of RGB (Red+Green+Blue) = 47+50+152=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #2F3298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3298 is #D0CD67. Grayscale: #3C3C3C. Windows color (decimal): -13684072 or 9974319. OLE color: 9974319.

HSL color Cylindrical-coordinate representation of color #2F3298: hue angle of 238.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F3298 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4750152-
CMYK0.690.6700.40
HSL238.29º52.76%39.02%-
HSV(B)238.29º69.08%59.61%-
XYZ7.985.1530.28-
YUV60.73179.51118.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 152 (59.77% from 255) = 61.04%
R=18.88%
G=20.08%
B=61.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47501520.690.6700.40238.2952.7639.02
Hex2F32984543028ee3527
Octal57622301051030503566547
Binary1011111100101001100010001011000011010100011101110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,50,152); }

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

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

 a { background-color: rgb(47,50,152); }

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

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

 span { border-color: rgb(47,50,152); }

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