#302F94

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

Shades of Jacksons Purple #302F94

Tints of Jacksons Purple #302F94

Color information

#302F94 (or 0x302F94) is unknown color: approx Jacksons Purple. HEX triplet: 30, 2F and 94. RGB value is (48,47,148). Sum of RGB (Red+Green+Blue) = 48+47+148=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #302F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F94 is #CFD06B. Grayscale: #3A3A3A. Windows color (decimal): -13619308 or 9711408. OLE color: 9711408.

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

Color convert

RGB4847148-
CMYK0.680.6800.42
HSL240.59º51.79%38.24%-
HSV(B)240.59º68.24%58.04%-
XYZ7.584.828.54-
YUV58.81178.33120.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 148 (58.20% from 255) = 60.91%
R=19.75%
G=19.34%
B=60.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48471480.680.6800.42240.5951.7938.24
Hex302F94444402Af13426
Octal60572241041040523616446
Binary1100001011111001010010001001000100010101011110001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F94; }

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

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

<style>
 a { background-color: #302F94; }

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

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

<style>
 span { border-color: #302F94; }

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

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