#283092

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

Shades of Jacksons Purple #283092

Tints of Jacksons Purple #283092

Color information

#283092 (or 0x283092) is unknown color: approx Jacksons Purple. HEX triplet: 28, 30 and 92. RGB value is (40,48,146). Sum of RGB (Red+Green+Blue) = 40+48+146=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #283092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283092 is #D7CF6D. Grayscale: #383838. Windows color (decimal): -14143342 or 9580584. OLE color: 9580584.

HSL color Cylindrical-coordinate representation of color #283092: hue angle of 235.47º 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 #283092 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4048146-
CMYK0.730.6700.43
HSL235.47º56.99%36.47%-
HSV(B)235.47º72.6%57.25%-
XYZ7.124.6427.71-
YUV56.78178.35116.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 146 (57.42% from 255) = 62.39%
R=17.09%
G=20.51%
B=62.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40481460.730.6700.43235.4756.9936.47
Hex283092494302Beb3924
Octal50602221111030533537144
Binary1010001100001001001010010011000011010101111101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283092; }

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

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

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

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

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

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

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

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