#2F3795

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

Shades of Jacksons Purple #2F3795

Tints of Jacksons Purple #2F3795

Color information

#2F3795 (or 0x2F3795) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 37 and 95. RGB value is (47,55,149). Sum of RGB (Red+Green+Blue) = 47+55+149=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F3795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3795 is #D0C86A. Grayscale: #3E3E3E. Windows color (decimal): -13682795 or 9778991. OLE color: 9778991.

HSL color Cylindrical-coordinate representation of color #2F3795: hue angle of 235.29º 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 #2F3795 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4755149-
CMYK0.680.6300.42
HSL235.29º52.04%38.43%-
HSV(B)235.29º68.46%58.43%-
XYZ7.965.5129.08-
YUV63.32176.35116.36-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 149 (58.59% from 255) = 59.36%
R=18.73%
G=21.91%
B=59.36%

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
Decimal47551490.680.6300.42235.2952.0438.43
Hex2F3795443F02Aeb3426
Octal5767225104770523536446
Binary101111110111100101011000100111111010101011101011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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