#303692

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

Shades of Jacksons Purple #303692

Tints of Jacksons Purple #303692

Color information

#303692 (or 0x303692) is unknown color: approx Jacksons Purple. HEX triplet: 30, 36 and 92. RGB value is (48,54,146). Sum of RGB (Red+Green+Blue) = 48+54+146=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #303692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303692 is #CFC96D. Grayscale: #3E3E3E. Windows color (decimal): -13617518 or 9582128. OLE color: 9582128.

HSL color Cylindrical-coordinate representation of color #303692: hue angle of 236.33º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303692 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4854146-
CMYK0.670.6300.43
HSL236.33º50.52%38.04%-
HSV(B)236.33º67.12%57.25%-
XYZ7.735.3427.82-
YUV62.69175.01117.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=19.35%
G=21.77%
B=58.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48541460.670.6300.43236.3350.5238.04
Hex303692433F02Bec3326
Octal6066222103770533546346
Binary110000110110100100101000011111111010101111101100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303692; }

 p { color: rgb(48,54,146); }

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

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

 a { background-color: rgb(48,54,146); }

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

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

 span { border-color: rgb(48,54,146); }

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