#374088

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

Shades of Jacksons Purple #374088

Tints of Jacksons Purple #374088

Color information

#374088 (or 0x374088) is unknown color: approx Jacksons Purple. HEX triplet: 37, 40 and 88. RGB value is (55,64,136). Sum of RGB (Red+Green+Blue) = 55+64+136=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #374088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374088 is #C8BF77. Grayscale: #454545. Windows color (decimal): -13156216 or 8929335. OLE color: 8929335.

HSL color Cylindrical-coordinate representation of color #374088: hue angle of 233.33º 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 #374088 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5564136-
CMYK0.600.5300.47
HSL233.33º42.41%37.45%-
HSV(B)233.33º59.56%53.33%-
XYZ7.856.2624.09-
YUV69.52165.52117.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 136 (53.52% from 255) = 53.33%
R=21.57%
G=25.10%
B=53.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55641360.600.5300.47233.3342.4137.45
Hex3740883C3502Fe92a25
Octal6710021074650573515245
Binary110111100000010001000111100110101010111111101001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374088; }

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

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

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

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

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

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

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

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