Html Css Color HEX #373284 Jacksons Purple

📋 copy color: '#373284'

red 55 ◦ green 50 ◦ blue 132

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

Shades of Jacksons Purple #373284

Tints of Jacksons Purple #373284

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

 BLUE value IS 132 (51.95% from 255) = 55.7%

R = 23.21%
G = 21.1%
B = 55.7%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#373284 (or 0x373284) is known color: Jacksons Purple. HEX triplet: 37, 32 and 84. RGB value is (55,50,132). Sum of RGB (Red+Green+Blue) = 55+50+132=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #373284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373284 is #C8CD7B. Grayscale: #3C3C3C. Windows color (decimal): -13159804 or 8663607. OLE color: 8663607.

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

Color convert

RGB 55 50 132 -
CMYK 0.58 0.62 0 0.48
HSL 243.66º 0.45% 0.36% -
HSV(B) 243.66º 0.62% 0.52% -
XYZ 6.88 4.76 22.39 -
YUV 60.84 168.16 123.83 -
System Red Green Blue C M Y K H S L
Decimal 55 50 132 0.58 0.62 0 0.48 243.66 0.45 0.36
Hex 37 32 84 3A 3E 0 30 F4 2D 24
Octal 67 62 204 72 76 0 60 364 55 44
Binary 110111 110010 10000100 111010 111110 0 110000 11110100 101101 100100

Color Harmonies of #373284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373284

Black with #373284

Text Example


Text Example

White with #373284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373284; }

 p { color: rgb(55,50,132); }

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

background-color css

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

 a { background-color: rgb(55,50,132); }

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

border-color css

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

 span { border-color: rgb(55,50,132); }

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