Html Css Color HEX #373F95 Jacksons Purple

📋 copy color: '#373F95'

red 55 ◦ green 63 ◦ blue 149

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

Shades of Jacksons Purple #373F95

Tints of Jacksons Purple #373F95

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

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

R = 20.6%
G = 23.6%
B = 55.81%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373F95 (or 0x373F95) is known color: Jacksons Purple. HEX triplet: 37, 3F and 95. RGB value is (55,63,149). Sum of RGB (Red+Green+Blue) = 55+63+149=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #373F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F95 is #C8C06A. Grayscale: #464646. Windows color (decimal): -13156459 or 9781047. OLE color: 9781047.

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

Color convert

RGB 55 63 149 -
CMYK 0.63 0.58 0 0.42
HSL 234.89º 0.46% 0.4% -
HSV(B) 234.89º 0.63% 0.58% -
XYZ 8.78 6.54 29.23 -
YUV 70.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 55 63 149 0.63 0.58 0 0.42 234.89 0.46 0.4
Hex 37 3F 95 3F 3A 0 2A EB 2E 28
Octal 67 77 225 77 72 0 52 353 56 50
Binary 110111 111111 10010101 111111 111010 0 101010 11101011 101110 101000

Color Harmonies of #373F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F95

Black with #373F95

Text Example


Text Example

White with #373F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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