Html Css Color HEX #37337D Jacksons Purple

📋 copy color: '#37337D'

red 55 ◦ green 51 ◦ blue 125

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

Shades of Jacksons Purple #37337D

Tints of Jacksons Purple #37337D

RGB

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

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

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

R = 23.81%
G = 22.08%
B = 54.11%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37337D (or 0x37337D) is known color: Jacksons Purple. HEX triplet: 37, 33 and 7D. RGB value is (55,51,125). Sum of RGB (Red+Green+Blue) = 55+51+125=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #37337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37337D is #C8CC82. Grayscale: #3C3C3C. Windows color (decimal): -13159555 or 8205111. OLE color: 8205111.

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

Color convert

RGB 55 51 125 -
CMYK 0.56 0.59 0 0.51
HSL 243.24º 0.42% 0.35% -
HSV(B) 243.24º 0.59% 0.49% -
XYZ 6.46 4.66 19.96 -
YUV 60.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 55 51 125 0.56 0.59 0 0.51 243.24 0.42 0.35
Hex 37 33 7D 38 3B 0 33 F3 2A 23
Octal 67 63 175 70 73 0 63 363 52 43
Binary 110111 110011 1111101 111000 111011 0 110011 11110011 101010 100011

Color Harmonies of #37337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37337D

Black with #37337D

Text Example


Text Example

White with #37337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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