#2F3794

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

Shades of Jacksons Purple #2F3794

Tints of Jacksons Purple #2F3794

Color information

#2F3794 (or 0x2F3794) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 37 and 94. RGB value is (47,55,148). Sum of RGB (Red+Green+Blue) = 47+55+148=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F3794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3794 is #D0C86B. Grayscale: #3E3E3E. Windows color (decimal): -13682796 or 9713455. OLE color: 9713455.

HSL color Cylindrical-coordinate representation of color #2F3794: hue angle of 235.25º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F3794 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4755148-
CMYK0.680.6300.42
HSL235.25º51.79%38.24%-
HSV(B)235.25º68.24%58.04%-
XYZ7.885.4728.66-
YUV63.21175.85116.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.8%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 148 (58.20% from 255) = 59.2%
R=18.8%
G=22%
B=59.2%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47551480.680.6300.42235.2551.7938.24
Hex2F3794443F02Aeb3426
Octal5767224104770523536446
Binary101111110111100101001000100111111010101011101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,55,148); }

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

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

 a { background-color: rgb(47,55,148); }

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

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

 span { border-color: rgb(47,55,148); }

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