#2A3092

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

Shades of Jacksons Purple #2A3092

Tints of Jacksons Purple #2A3092

Color information

#2A3092 (or 0x2A3092) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 30 and 92. RGB value is (42,48,146). Sum of RGB (Red+Green+Blue) = 42+48+146=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A3092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3092 is #D5CF6D. Grayscale: #383838. Windows color (decimal): -14012270 or 9580586. OLE color: 9580586.

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

Color convert

RGB4248146-
CMYK0.710.6700.43
HSL236.54º55.32%36.86%-
HSV(B)236.54º71.23%57.25%-
XYZ7.24.6827.72-
YUV57.38178.01117.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.80%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=17.80%
G=20.34%
B=61.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal42481460.710.6700.43236.5455.3236.86
Hex2A3092474302Bed3725
Octal52602221071030533556745
Binary1010101100001001001010001111000011010101111101101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A3092; }

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

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

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

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

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

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

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

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