Html Css Color HEX #372F86 Jacksons Purple

📋 copy color: '#372F86'

red 55 ◦ green 47 ◦ blue 134

#372F86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #372F86

Tints of Jacksons Purple #372F86

RGB

 RED value IS 55 (21.88% from 255) = 23.31%

 GREEN value IS 47 (18.75% from 255) = 19.92%

 BLUE value IS 134 (52.73% from 255) = 56.78%

R = 23.31%
G = 19.92%
B = 56.78%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#372F86 (or 0x372F86) is known color: Jacksons Purple. HEX triplet: 37, 2F and 86. RGB value is (55,47,134). Sum of RGB (Red+Green+Blue) = 55+47+134=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #372F86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372F86 is #C8D079. Grayscale: #3A3A3A. Windows color (decimal): -13160570 or 8793911. OLE color: 8793911.

HSL color Cylindrical-coordinate representation of color #372F86: hue angle of 245.52º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372F86 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 47 134 -
CMYK 0.59 0.65 0 0.47
HSL 245.52º 0.48% 0.35% -
HSV(B) 245.52º 0.65% 0.53% -
XYZ 6.9 4.57 23.07 -
YUV 59.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 55 47 134 0.59 0.65 0 0.47 245.52 0.48 0.35
Hex 37 2F 86 3B 41 0 2F F6 30 23
Octal 67 57 206 73 101 0 57 366 60 43
Binary 110111 101111 10000110 111011 1000001 0 101111 11110110 110000 100011

Color Harmonies of #372F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F86

Black with #372F86

Text Example


Text Example

White with #372F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372F86; }

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

 H1.HeaderClassName
 {
   color: #372F86;
 }
 .AnyTagClassName
 {
   color: #372F86;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #372F86;
 }
 .BgClassName
 {
   background-color: #372F86;
 }
</style>

border-color css

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

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

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