#2F2F8A

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

Shades of Jacksons Purple #2F2F8A

Tints of Jacksons Purple #2F2F8A

Color information

#2F2F8A (or 0x2F2F8A) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 2F and 8A. RGB value is (47,47,138). Sum of RGB (Red+Green+Blue) = 47+47+138=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F2F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2F8A is #D0D075. Grayscale: #393939. Windows color (decimal): -13684854 or 9056047. OLE color: 9056047.

HSL color Cylindrical-coordinate representation of color #2F2F8A: hue angle of 240º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F2F8A is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4747138-
CMYK0.660.6600.46
HSL240º49.19%36.27%-
HSV(B)240º65.94%54.12%-
XYZ6.784.4724.55-
YUV57.37173.5120.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=20.26%
G=20.26%
B=59.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47471380.660.6600.4624049.1936.27
Hex2F2F8A424202Ef03124
Octal57572121021020563606144
Binary1011111011111000101010000101000010010111011110000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,47,138); }

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

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

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

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

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

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

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