Html Css Color HEX #37357C Jacksons Purple

📋 copy color: '#37357C'

red 55 ◦ green 53 ◦ blue 124

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

Shades of Jacksons Purple #37357C

Tints of Jacksons Purple #37357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

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

R = 23.71%
G = 22.84%
B = 53.45%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37357C (or 0x37357C) is known color: Jacksons Purple. HEX triplet: 37, 35 and 7C. RGB value is (55,53,124). Sum of RGB (Red+Green+Blue) = 55+53+124=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #37357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37357C is #C8CA83. Grayscale: #3D3D3D. Windows color (decimal): -13159044 or 8140087. OLE color: 8140087.

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

Color convert

RGB 55 53 124 -
CMYK 0.56 0.57 0 0.51
HSL 241.69º 0.4% 0.35% -
HSV(B) 241.69º 0.57% 0.49% -
XYZ 6.49 4.81 19.66 -
YUV 61.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 55 53 124 0.56 0.57 0 0.51 241.69 0.4 0.35
Hex 37 35 7C 38 39 0 33 F2 28 23
Octal 67 65 174 70 71 0 63 362 50 43
Binary 110111 110101 1111100 111000 111001 0 110011 11110010 101000 100011

Color Harmonies of #37357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37357C

Black with #37357C

Text Example


Text Example

White with #37357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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