Html Css Color HEX #37347C Jacksons Purple

📋 copy color: '#37347C'

red 55 ◦ green 52 ◦ blue 124

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

Shades of Jacksons Purple #37347C

Tints of Jacksons Purple #37347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 23.81%
G = 22.51%
B = 53.68%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37347C (or 0x37347C) is known color: Jacksons Purple. HEX triplet: 37, 34 and 7C. RGB value is (55,52,124). Sum of RGB (Red+Green+Blue) = 55+52+124=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #37347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37347C is #C8CB83. Grayscale: #3C3C3C. Windows color (decimal): -13159300 or 8139831. OLE color: 8139831.

HSL color Cylindrical-coordinate representation of color #37347C: hue angle of 242.5º 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 #37347C is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 52 124 -
CMYK 0.56 0.58 0 0.51
HSL 242.5º 0.41% 0.35% -
HSV(B) 242.5º 0.58% 0.49% -
XYZ 6.44 4.72 19.64 -
YUV 61.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 55 52 124 0.56 0.58 0 0.51 242.5 0.41 0.35
Hex 37 34 7C 38 3A 0 33 F2 29 23
Octal 67 64 174 70 72 0 63 362 51 43
Binary 110111 110100 1111100 111000 111010 0 110011 11110010 101001 100011

Color Harmonies of #37347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37347C

Black with #37347C

Text Example


Text Example

White with #37347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37347C; }

 p { color: rgb(55,52,124); }

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

background-color css

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

 a { background-color: rgb(55,52,124); }

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

border-color css

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

 span { border-color: rgb(55,52,124); }

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