Html Css Color HEX #37317D Jacksons Purple

📋 copy color: '#37317D'

red 55 ◦ green 49 ◦ blue 125

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

Shades of Jacksons Purple #37317D

Tints of Jacksons Purple #37317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 125 (49.22% from 255) = 54.59%

R = 24.02%
G = 21.4%
B = 54.59%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37317D (or 0x37317D) is known color: Jacksons Purple. HEX triplet: 37, 31 and 7D. RGB value is (55,49,125). Sum of RGB (Red+Green+Blue) = 55+49+125=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #37317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37317D is #C8CE82. Grayscale: #3B3B3B. Windows color (decimal): -13160067 or 8204599. OLE color: 8204599.

HSL color Cylindrical-coordinate representation of color #37317D: hue angle of 244.74º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37317D is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 49 125 -
CMYK 0.56 0.61 0 0.51
HSL 244.74º 0.44% 0.34% -
HSV(B) 244.74º 0.61% 0.49% -
XYZ 6.38 4.49 19.93 -
YUV 59.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 55 49 125 0.56 0.61 0 0.51 244.74 0.44 0.34
Hex 37 31 7D 38 3D 0 33 F5 2C 22
Octal 67 61 175 70 75 0 63 365 54 42
Binary 110111 110001 1111101 111000 111101 0 110011 11110101 101100 100010

Color Harmonies of #37317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37317D

Black with #37317D

Text Example


Text Example

White with #37317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,49,125); }

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

background-color css

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

 a { background-color: rgb(55,49,125); }

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

border-color css

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

 span { border-color: rgb(55,49,125); }

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