#283192

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

Shades of Jacksons Purple #283192

Tints of Jacksons Purple #283192

Color information

#283192 (or 0x283192) is unknown color: approx Jacksons Purple. HEX triplet: 28, 31 and 92. RGB value is (40,49,146). Sum of RGB (Red+Green+Blue) = 40+49+146=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 49 (19.53% from 255 or 20.85% 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 #283192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283192 is #D7CE6D. Grayscale: #383838. Windows color (decimal): -14143086 or 9580840. OLE color: 9580840.

HSL color Cylindrical-coordinate representation of color #283192: hue angle of 234.91º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #283192 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4049146-
CMYK0.730.6600.43
HSL234.91º56.99%36.47%-
HSV(B)234.91º72.6%57.25%-
XYZ7.164.7227.73-
YUV57.37178.02115.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 146 (57.42% from 255) = 62.13%
R=17.02%
G=20.85%
B=62.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40491460.730.6600.43234.9156.9936.47
Hex283192494202Beb3924
Octal50612221111020533537144
Binary1010001100011001001010010011000010010101111101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283192; }

 p { color: rgb(40,49,146); }

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

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

 a { background-color: rgb(40,49,146); }

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

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

 span { border-color: rgb(40,49,146); }

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