#374188

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

Shades of Jacksons Purple #374188

Tints of Jacksons Purple #374188

Color information

#374188 (or 0x374188) is unknown color: approx Jacksons Purple. HEX triplet: 37, 41 and 88. RGB value is (55,65,136). Sum of RGB (Red+Green+Blue) = 55+65+136=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #374188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374188 is #C8BE77. Grayscale: #454545. Windows color (decimal): -13155960 or 8929591. OLE color: 8929591.

HSL color Cylindrical-coordinate representation of color #374188: hue angle of 232.59º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374188 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5565136-
CMYK0.600.5200.47
HSL232.59º42.41%37.45%-
HSV(B)232.59º59.56%53.33%-
XYZ7.916.3724.11-
YUV70.1165.19117.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=21.48%
G=25.39%
B=53.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55651360.600.5200.47232.5942.4137.45
Hex3741883C3402Fe92a25
Octal6710121074640573515245
Binary110111100000110001000111100110100010111111101001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374188; }

 p { color: rgb(55,65,136); }

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

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

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

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

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

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

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