#37428B

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

Shades of Jacksons Purple #37428B

Tints of Jacksons Purple #37428B

Color information

#37428B (or 0x37428B) is unknown color: approx Jacksons Purple. HEX triplet: 37, 42 and 8B. RGB value is (55,66,139). Sum of RGB (Red+Green+Blue) = 55+66+139=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #37428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37428B is #C8BD74. Grayscale: #464646. Windows color (decimal): -13155701 or 9126455. OLE color: 9126455.

HSL color Cylindrical-coordinate representation of color #37428B: hue angle of 232.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37428B is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5566139-
CMYK0.600.5300.45
HSL232.14º43.3%38.04%-
HSV(B)232.14º60.43%54.51%-
XYZ8.186.5725.26-
YUV71.03166.36116.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=21.15%
G=25.38%
B=53.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55661390.600.5300.45232.1443.338.04
Hex37428B3C3502De82b26
Octal6710221374650553505346
Binary110111100001010001011111100110101010110111101000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37428B; }

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

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

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

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

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

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

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

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