#373C7D

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

Shades of Jacksons Purple #373C7D

Tints of Jacksons Purple #373C7D

Color information

#373C7D (or 0x373C7D) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3C and 7D. RGB value is (55,60,125). Sum of RGB (Red+Green+Blue) = 55+60+125=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #373C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C7D is #C8C382. Grayscale: #414141. Windows color (decimal): -13157251 or 8207415. OLE color: 8207415.

HSL color Cylindrical-coordinate representation of color #373C7D: hue angle of 235.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #373C7D is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5560125-
CMYK0.560.5200.51
HSL235.71º38.89%35.29%-
HSV(B)235.71º56%49.02%-
XYZ6.895.5220.11-
YUV65.91161.34120.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 60 (23.83% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 52.08%
R=22.92%
G=25%
B=52.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55601250.560.5200.51235.7138.8935.29
Hex373C7D3834033ec2723
Octal677417570640633544743
Binary1101111111001111101111000110100011001111101100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,60,125); }

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

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

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

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

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

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

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