Html Css Color HEX #373C95 Jacksons Purple

📋 copy color: '#373C95'

red 55 ◦ green 60 ◦ blue 149

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

Shades of Jacksons Purple #373C95

Tints of Jacksons Purple #373C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 20.83%
G = 22.73%
B = 56.44%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373C95 (or 0x373C95) is known color: Jacksons Purple. HEX triplet: 37, 3C and 95. RGB value is (55,60,149). Sum of RGB (Red+Green+Blue) = 55+60+149=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #373C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C95 is #C8C36A. Grayscale: #444444. Windows color (decimal): -13157227 or 9780279. OLE color: 9780279.

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

Color convert

RGB 55 60 149 -
CMYK 0.63 0.60 0 0.42
HSL 236.81º 0.46% 0.4% -
HSV(B) 236.81º 0.63% 0.58% -
XYZ 8.62 6.21 29.18 -
YUV 68.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 55 60 149 0.63 0.60 0 0.42 236.81 0.46 0.4
Hex 37 3C 95 3F 3C 0 2A ED 2E 28
Octal 67 74 225 77 74 0 52 355 56 50
Binary 110111 111100 10010101 111111 111100 0 101010 11101101 101110 101000

Color Harmonies of #373C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C95

Black with #373C95

Text Example


Text Example

White with #373C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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