Html Css Color HEX #37368E Jacksons Purple

📋 copy color: '#37368E'

red 55 ◦ green 54 ◦ blue 142

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

Shades of Jacksons Purple #37368E

Tints of Jacksons Purple #37368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.51%

 BLUE value IS 142 (55.86% from 255) = 56.57%

R = 21.91%
G = 21.51%
B = 56.57%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#37368E (or 0x37368E) is known color: Jacksons Purple. HEX triplet: 37, 36 and 8E. RGB value is (55,54,142). Sum of RGB (Red+Green+Blue) = 55+54+142=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #37368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37368E is #C8C971. Grayscale: #3F3F3F. Windows color (decimal): -13158770 or 9319991. OLE color: 9319991.

HSL color Cylindrical-coordinate representation of color #37368E: hue angle of 240.68º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37368E is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 54 142 -
CMYK 0.61 0.62 0 0.44
HSL 240.68º 0.45% 0.38% -
HSV(B) 240.68º 0.62% 0.56% -
XYZ 7.78 5.4 26.22 -
YUV 64.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 55 54 142 0.61 0.62 0 0.44 240.68 0.45 0.38
Hex 37 36 8E 3D 3E 0 2C F1 2D 26
Octal 67 66 216 75 76 0 54 361 55 46
Binary 110111 110110 10001110 111101 111110 0 101100 11110001 101101 100110

Color Harmonies of #37368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37368E

Black with #37368E

Text Example


Text Example

White with #37368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37368E; }

 p { color: rgb(55,54,142); }

 H1.HeaderClassName
 {
   color: #37368E;
 }
 .AnyTagClassName
 {
   color: #37368E;
 }
</style>

background-color css

<style>
 a { background-color: #37368E; }

 a { background-color: rgb(55,54,142); }

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

border-color css

<style>
 span { border-color: #37368E; }

 span { border-color: rgb(55,54,142); }

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