#374289

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

Shades of Jacksons Purple #374289

Tints of Jacksons Purple #374289

Color information

#374289 (or 0x374289) is unknown color: approx Jacksons Purple. HEX triplet: 37, 42 and 89. RGB value is (55,66,137). Sum of RGB (Red+Green+Blue) = 55+66+137=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #374289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374289 is #C8BD76. Grayscale: #464646. Windows color (decimal): -13155703 or 8995383. OLE color: 8995383.

HSL color Cylindrical-coordinate representation of color #374289: hue angle of 231.95º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374289 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5566137-
CMYK0.600.5200.46
HSL231.95º42.71%37.65%-
HSV(B)231.95º59.85%53.73%-
XYZ8.046.5124.5-
YUV70.8165.36116.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=21.32%
G=25.58%
B=53.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55661370.600.5200.46231.9542.7137.65
Hex3742893C3402Ee82b26
Octal6710221174640563505346
Binary110111100001010001001111100110100010111011101000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374289; }

 p { color: rgb(55,66,137); }

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

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

 a { background-color: rgb(55,66,137); }

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

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

 span { border-color: rgb(55,66,137); }

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