#373A7D

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

Shades of Jacksons Purple #373A7D

Tints of Jacksons Purple #373A7D

Color information

#373A7D (or 0x373A7D) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3A and 7D. RGB value is (55,58,125). Sum of RGB (Red+Green+Blue) = 55+58+125=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #373A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A7D is #C8C582. Grayscale: #404040. Windows color (decimal): -13157763 or 8206903. OLE color: 8206903.

HSL color Cylindrical-coordinate representation of color #373A7D: hue angle of 237.43º 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 #373A7D is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5558125-
CMYK0.560.5400.51
HSL237.43º38.89%35.29%-
HSV(B)237.43º56%49.02%-
XYZ6.795.3220.07-
YUV64.74162.01121.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 58 (23.05% from 255) = 24.37%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=23.11%
G=24.37%
B=52.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55581250.560.5400.51237.4338.8935.29
Hex373A7D3836033ed2723
Octal677217570660633554743
Binary1101111110101111101111000110110011001111101101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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