Html Css Color HEX #37348D Jacksons Purple

📋 copy color: '#37348D'

red 55 ◦ green 52 ◦ blue 141

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

Shades of Jacksons Purple #37348D

Tints of Jacksons Purple #37348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.85%

R = 22.18%
G = 20.97%
B = 56.85%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37348D (or 0x37348D) is known color: Jacksons Purple. HEX triplet: 37, 34 and 8D. RGB value is (55,52,141). Sum of RGB (Red+Green+Blue) = 55+52+141=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #37348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37348D is #C8CB72. Grayscale: #3E3E3E. Windows color (decimal): -13159283 or 9253943. OLE color: 9253943.

HSL color Cylindrical-coordinate representation of color #37348D: hue angle of 242.02º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37348D is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 52 141 -
CMYK 0.61 0.63 0 0.45
HSL 242.02º 0.46% 0.38% -
HSV(B) 242.02º 0.63% 0.55% -
XYZ 7.61 5.19 25.8 -
YUV 63.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 55 52 141 0.61 0.63 0 0.45 242.02 0.46 0.38
Hex 37 34 8D 3D 3F 0 2D F2 2E 26
Octal 67 64 215 75 77 0 55 362 56 46
Binary 110111 110100 10001101 111101 111111 0 101101 11110010 101110 100110

Color Harmonies of #37348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37348D

Black with #37348D

Text Example


Text Example

White with #37348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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