Html Css Color HEX #373C94 Jacksons Purple

📋 copy color: '#373C94'

red 55 ◦ green 60 ◦ blue 148

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

Shades of Jacksons Purple #373C94

Tints of Jacksons Purple #373C94

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 20.91%
G = 22.81%
B = 56.27%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373C94 (or 0x373C94) is known color: Jacksons Purple. HEX triplet: 37, 3C and 94. RGB value is (55,60,148). Sum of RGB (Red+Green+Blue) = 55+60+148=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #373C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C94 is #C8C36B. Grayscale: #444444. Windows color (decimal): -13157228 or 9714743. OLE color: 9714743.

HSL color Cylindrical-coordinate representation of color #373C94: hue angle of 236.77º 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 #373C94 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 60 148 -
CMYK 0.63 0.59 0 0.42
HSL 236.77º 0.46% 0.4% -
HSV(B) 236.77º 0.63% 0.58% -
XYZ 8.54 6.18 28.76 -
YUV 68.54 172.84 118.34 -
System Red Green Blue C M Y K H S L
Decimal 55 60 148 0.63 0.59 0 0.42 236.77 0.46 0.4
Hex 37 3C 94 3F 3B 0 2A ED 2E 28
Octal 67 74 224 77 73 0 52 355 56 50
Binary 110111 111100 10010100 111111 111011 0 101010 11101101 101110 101000

Color Harmonies of #373C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C94

Black with #373C94

Text Example


Text Example

White with #373C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,60,148); }

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

background-color css

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

 a { background-color: rgb(55,60,148); }

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

border-color css

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

 span { border-color: rgb(55,60,148); }

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