#37388F

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

Shades of Jacksons Purple #37388F

Tints of Jacksons Purple #37388F

Color information

#37388F (or 0x37388F) is unknown color: approx Jacksons Purple. HEX triplet: 37, 38 and 8F. RGB value is (55,56,143). Sum of RGB (Red+Green+Blue) = 55+56+143=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #37388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37388F is #C8C770. Grayscale: #414141. Windows color (decimal): -13158257 or 9386039. OLE color: 9386039.

HSL color Cylindrical-coordinate representation of color #37388F: hue angle of 239.32º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37388F is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5556143-
CMYK0.620.6100.44
HSL239.32º44.44%38.82%-
HSV(B)239.32º61.54%56.08%-
XYZ7.955.6226.65-
YUV65.62171.67120.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 143 (56.25% from 255) = 56.30%
R=21.65%
G=22.05%
B=56.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55561430.620.6100.44239.3244.4438.82
Hex37388F3E3D02Cef2c27
Octal677021776750543575447
Binary11011111100010001111111110111101010110011101111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37388F; }

 p { color: rgb(55,56,143); }

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

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

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

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

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

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

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