#37357E

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

Shades of Jacksons Purple #37357E

Tints of Jacksons Purple #37357E

Color information

#37357E (or 0x37357E) is unknown color: approx Jacksons Purple. HEX triplet: 37, 35 and 7E. RGB value is (55,53,126). Sum of RGB (Red+Green+Blue) = 55+53+126=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #37357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37357E is #C8CA81. Grayscale: #3D3D3D. Windows color (decimal): -13159042 or 8271159. OLE color: 8271159.

HSL color Cylindrical-coordinate representation of color #37357E: hue angle of 241.64º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37357E is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5553126-
CMYK0.560.5800.51
HSL241.64º40.78%35.1%-
HSV(B)241.64º57.94%49.41%-
XYZ6.614.8620.33-
YUV61.92164.16123.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 126 (49.61% from 255) = 53.85%
R=23.50%
G=22.65%
B=53.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55531260.560.5800.51241.6440.7835.1
Hex37357E383A033f22923
Octal676517670720633625143
Binary1101111101011111110111000111010011001111110010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37357E; }

 p { color: rgb(55,53,126); }

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

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

 a { background-color: rgb(55,53,126); }

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

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

 span { border-color: rgb(55,53,126); }

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