#374186

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

Shades of Jacksons Purple #374186

Tints of Jacksons Purple #374186

Color information

#374186 (or 0x374186) is unknown color: approx Jacksons Purple. HEX triplet: 37, 41 and 86. RGB value is (55,65,134). Sum of RGB (Red+Green+Blue) = 55+65+134=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #374186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374186 is #C8BE79. Grayscale: #454545. Windows color (decimal): -13155962 or 8798519. OLE color: 8798519.

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

Color convert

RGB5565134-
CMYK0.590.5100.47
HSL232.41º41.8%37.06%-
HSV(B)232.41º58.96%52.55%-
XYZ7.776.3123.36-
YUV69.88164.19117.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 134 (52.73% from 255) = 52.76%
R=21.65%
G=25.59%
B=52.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55651340.590.5100.47232.4141.837.06
Hex3741863B3302Fe82a25
Octal6710120673630573505245
Binary110111100000110000110111011110011010111111101000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374186; }

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

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

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

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

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

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

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

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