#374288

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

Shades of Jacksons Purple #374288

Tints of Jacksons Purple #374288

Color information

#374288 (or 0x374288) is unknown color: approx Jacksons Purple. HEX triplet: 37, 42 and 88. RGB value is (55,66,136). Sum of RGB (Red+Green+Blue) = 55+66+136=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #374288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374288 is #C8BD77. Grayscale: #464646. Windows color (decimal): -13155704 or 8929847. OLE color: 8929847.

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

Color convert

RGB5566136-
CMYK0.600.5100.47
HSL231.85º42.41%37.45%-
HSV(B)231.85º59.56%53.33%-
XYZ7.976.4924.12-
YUV70.69164.86116.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 136 (53.52% from 255) = 52.92%
R=21.40%
G=25.68%
B=52.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55661360.600.5100.47231.8542.4137.45
Hex3742883C3302Fe82a25
Octal6710221074630573505245
Binary110111100001010001000111100110011010111111101000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374288; }

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

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

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

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

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

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

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

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