#37348B

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

Shades of Jacksons Purple #37348B

Tints of Jacksons Purple #37348B

Color information

#37348B (or 0x37348B) is unknown color: approx Jacksons Purple. HEX triplet: 37, 34 and 8B. RGB value is (55,52,139). Sum of RGB (Red+Green+Blue) = 55+52+139=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #37348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37348B is #C8CB74. Grayscale: #3E3E3E. Windows color (decimal): -13159285 or 9122871. OLE color: 9122871.

HSL color Cylindrical-coordinate representation of color #37348B: hue angle of 242.07º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37348B is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5552139-
CMYK0.600.6300.45
HSL242.07º45.55%37.45%-
HSV(B)242.07º62.59%54.51%-
XYZ7.465.1325.02-
YUV62.82170.99122.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=22.36%
G=21.14%
B=56.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55521390.600.6300.45242.0745.5537.45
Hex37348B3C3F02Df22e25
Octal676421374770553625645
Binary11011111010010001011111100111111010110111110010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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