Html Css Color HEX #373386 Jacksons Purple

📋 copy color: '#373386'

red 55 ◦ green 51 ◦ blue 134

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

Shades of Jacksons Purple #373386

Tints of Jacksons Purple #373386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 22.92%
G = 21.25%
B = 55.83%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#373386 (or 0x373386) is known color: Jacksons Purple. HEX triplet: 37, 33 and 86. RGB value is (55,51,134). Sum of RGB (Red+Green+Blue) = 55+51+134=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #373386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373386 is #C8CC79. Grayscale: #3D3D3D. Windows color (decimal): -13159546 or 8794935. OLE color: 8794935.

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

Color convert

RGB 55 51 134 -
CMYK 0.59 0.62 0 0.47
HSL 242.89º 0.45% 0.36% -
HSV(B) 242.89º 0.62% 0.53% -
XYZ 7.06 4.9 23.13 -
YUV 61.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 55 51 134 0.59 0.62 0 0.47 242.89 0.45 0.36
Hex 37 33 86 3B 3E 0 2F F3 2D 24
Octal 67 63 206 73 76 0 57 363 55 44
Binary 110111 110011 10000110 111011 111110 0 101111 11110011 101101 100100

Color Harmonies of #373386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373386

Black with #373386

Text Example


Text Example

White with #373386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373386; }

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

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

background-color css

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

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

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

border-color css

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

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

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