#30338D

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

Shades of Jacksons Purple #30338D

Tints of Jacksons Purple #30338D

Color information

#30338D (or 0x30338D) is unknown color: approx Jacksons Purple. HEX triplet: 30, 33 and 8D. RGB value is (48,51,141). Sum of RGB (Red+Green+Blue) = 48+51+141=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #30338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30338D is #CFCC72. Grayscale: #3B3B3B. Windows color (decimal): -13618291 or 9253680. OLE color: 9253680.

HSL color Cylindrical-coordinate representation of color #30338D: hue angle of 238.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30338D is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4851141-
CMYK0.660.6400.45
HSL238.06º49.21%37.06%-
HSV(B)238.06º65.96%55.29%-
XYZ7.214.9225.77-
YUV60.36173.51119.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 141 (55.47% from 255) = 58.75%
R=20%
G=21.25%
B=58.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48511410.660.6400.45238.0649.2137.06
Hex30338D424002Dee3125
Octal60632151021000553566145
Binary1100001100111000110110000101000000010110111101110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30338D; }

 p { color: rgb(48,51,141); }

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

<style>
 a { background-color: #30338D; }

 a { background-color: rgb(48,51,141); }

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

<style>
 span { border-color: #30338D; }

 span { border-color: rgb(48,51,141); }

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