Html Css Color HEX #373D90 Jacksons Purple

📋 copy color: '#373D90'

red 55 ◦ green 61 ◦ blue 144

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

Shades of Jacksons Purple #373D90

Tints of Jacksons Purple #373D90

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 21.15%
G = 23.46%
B = 55.38%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#373D90 (or 0x373D90) is known color: Jacksons Purple. HEX triplet: 37, 3D and 90. RGB value is (55,61,144). Sum of RGB (Red+Green+Blue) = 55+61+144=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #373D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373D90 is #C8C26F. Grayscale: #444444. Windows color (decimal): -13156976 or 9452855. OLE color: 9452855.

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

Color convert

RGB 55 61 144 -
CMYK 0.62 0.58 0 0.44
HSL 235.96º 0.45% 0.39% -
HSV(B) 235.96º 0.62% 0.56% -
XYZ 8.28 6.16 27.14 -
YUV 68.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 55 61 144 0.62 0.58 0 0.44 235.96 0.45 0.39
Hex 37 3D 90 3E 3A 0 2C EC 2D 27
Octal 67 75 220 76 72 0 54 354 55 47
Binary 110111 111101 10010000 111110 111010 0 101100 11101100 101101 100111

Color Harmonies of #373D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D90

Black with #373D90

Text Example


Text Example

White with #373D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,61,144); }

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

background-color css

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

 a { background-color: rgb(55,61,144); }

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

border-color css

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

 span { border-color: rgb(55,61,144); }

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