#2F308A

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

Shades of Jacksons Purple #2F308A

Tints of Jacksons Purple #2F308A

Color information

#2F308A (or 0x2F308A) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 30 and 8A. RGB value is (47,48,138). Sum of RGB (Red+Green+Blue) = 47+48+138=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F308A is #D0CF75. Grayscale: #393939. Windows color (decimal): -13684598 or 9056303. OLE color: 9056303.

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

Color convert

RGB4748138-
CMYK0.660.6500.46
HSL239.34º49.19%36.27%-
HSV(B)239.34º65.94%54.12%-
XYZ6.824.5524.56-
YUV57.96173.17120.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.17%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 138 (54.30% from 255) = 59.23%
R=20.17%
G=20.60%
B=59.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47481380.660.6500.46239.3449.1936.27
Hex2F308A424102Eef3124
Octal57602121021010563576144
Binary1011111100001000101010000101000001010111011101111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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