Html Css Color HEX #373A93 Jacksons Purple

📋 copy color: '#373A93'

red 55 ◦ green 58 ◦ blue 147

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

Shades of Jacksons Purple #373A93

Tints of Jacksons Purple #373A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

 BLUE value IS 147 (57.81% from 255) = 56.54%

R = 21.15%
G = 22.31%
B = 56.54%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373A93 (or 0x373A93) is known color: Jacksons Purple. HEX triplet: 37, 3A and 93. RGB value is (55,58,147). Sum of RGB (Red+Green+Blue) = 55+58+147=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #373A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A93 is #C8C56C. Grayscale: #424242. Windows color (decimal): -13157741 or 9648695. OLE color: 9648695.

HSL color Cylindrical-coordinate representation of color #373A93: hue angle of 238.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373A93 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 58 147 -
CMYK 0.63 0.61 0 0.42
HSL 238.04º 0.46% 0.4% -
HSV(B) 238.04º 0.63% 0.58% -
XYZ 8.36 5.94 28.31 -
YUV 67.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 55 58 147 0.63 0.61 0 0.42 238.04 0.46 0.4
Hex 37 3A 93 3F 3D 0 2A EE 2E 28
Octal 67 72 223 77 75 0 52 356 56 50
Binary 110111 111010 10010011 111111 111101 0 101010 11101110 101110 101000

Color Harmonies of #373A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373A93

Black with #373A93

Text Example


Text Example

White with #373A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373A93; }

 p { color: rgb(55,58,147); }

 H1.HeaderClassName
 {
   color: #373A93;
 }
 .AnyTagClassName
 {
   color: #373A93;
 }
</style>

background-color css

<style>
 a { background-color: #373A93; }

 a { background-color: rgb(55,58,147); }

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

border-color css

<style>
 span { border-color: #373A93; }

 span { border-color: rgb(55,58,147); }

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