#373785

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

Shades of Jacksons Purple #373785

Tints of Jacksons Purple #373785

Color information

#373785 (or 0x373785) is unknown color: approx Jacksons Purple. HEX triplet: 37, 37 and 85. RGB value is (55,55,133). Sum of RGB (Red+Green+Blue) = 55+55+133=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #373785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373785 is #C8C87A. Grayscale: #3F3F3F. Windows color (decimal): -13158523 or 8730423. OLE color: 8730423.

HSL color Cylindrical-coordinate representation of color #373785: hue angle of 240º 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 #373785 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5555133-
CMYK0.590.5900.48
HSL240º41.49%36.86%-
HSV(B)240º58.65%52.16%-
XYZ7.185.2422.82-
YUV63.89167121.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=22.63%
G=22.63%
B=54.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55551330.590.5900.4824041.4936.86
Hex3737853B3B030f02925
Octal676720573730603605145
Binary11011111011110000101111011111011011000011110000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373785; }

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

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

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

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

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

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

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

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