#373F93

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

Shades of Jacksons Purple #373F93

Tints of Jacksons Purple #373F93

Color information

#373F93 (or 0x373F93) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3F and 93. RGB value is (55,63,147). Sum of RGB (Red+Green+Blue) = 55+63+147=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #373F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F93 is #C8C06C. Grayscale: #454545. Windows color (decimal): -13156461 or 9649975. OLE color: 9649975.

HSL color Cylindrical-coordinate representation of color #373F93: hue angle of 234.78º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373F93 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5563147-
CMYK0.630.5700.42
HSL234.78º45.54%39.61%-
HSV(B)234.78º62.59%57.65%-
XYZ8.626.4728.4-
YUV70.18171.35117.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=20.75%
G=23.77%
B=55.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55631470.630.5700.42234.7845.5439.61
Hex373F933F3902Aeb2e28
Octal677722377710523535650
Binary11011111111110010011111111111001010101011101011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,63,147); }

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

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

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

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

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

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

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