#373D85

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

Shades of Jacksons Purple #373D85

Tints of Jacksons Purple #373D85

Color information

#373D85 (or 0x373D85) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3D and 85. RGB value is (55,61,133). Sum of RGB (Red+Green+Blue) = 55+61+133=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #373D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373D85 is #C8C27A. Grayscale: #434343. Windows color (decimal): -13156987 or 8731959. OLE color: 8731959.

HSL color Cylindrical-coordinate representation of color #373D85: hue angle of 235.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373D85 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5561133-
CMYK0.590.5400.48
HSL235.38º41.49%36.86%-
HSV(B)235.38º58.65%52.16%-
XYZ7.485.8422.92-
YUV67.41165.01119.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=22.09%
G=24.50%
B=53.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55611330.590.5400.48235.3841.4936.86
Hex373D853B36030eb2925
Octal677520573660603535145
Binary11011111110110000101111011110110011000011101011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373D85; }

 p { color: rgb(55,61,133); }

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

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

 a { background-color: rgb(55,61,133); }

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

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

 span { border-color: rgb(55,61,133); }

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