#293092

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

Shades of Jacksons Purple #293092

Tints of Jacksons Purple #293092

Color information

#293092 (or 0x293092) is unknown color: approx Jacksons Purple. HEX triplet: 29, 30 and 92. RGB value is (41,48,146). Sum of RGB (Red+Green+Blue) = 41+48+146=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #293092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293092 is #D6CF6D. Grayscale: #383838. Windows color (decimal): -14077806 or 9580585. OLE color: 9580585.

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

Color convert

RGB4148146-
CMYK0.720.6700.43
HSL236º56.15%36.67%-
HSV(B)236º71.92%57.25%-
XYZ7.164.6627.72-
YUV57.08178.18116.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 48 (19.14% from 255) = 20.43%
BLUE value IS 146 (57.42% from 255) = 62.13%
R=17.45%
G=20.43%
B=62.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41481460.720.6700.4323656.1536.67
Hex293092484302Bec3825
Octal51602221101030533547045
Binary1010011100001001001010010001000011010101111101100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293092; }

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

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

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

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

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

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

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

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