Html Css Color HEX #373C91 Jacksons Purple

📋 copy color: '#373C91'

red 55 ◦ green 60 ◦ blue 145

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

Shades of Jacksons Purple #373C91

Tints of Jacksons Purple #373C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 21.15%
G = 23.08%
B = 55.77%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373C91 (or 0x373C91) is known color: Jacksons Purple. HEX triplet: 37, 3C and 91. RGB value is (55,60,145). Sum of RGB (Red+Green+Blue) = 55+60+145=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #373C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C91 is #C8C36E. Grayscale: #434343. Windows color (decimal): -13157231 or 9518135. OLE color: 9518135.

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

Color convert

RGB 55 60 145 -
CMYK 0.62 0.59 0 0.43
HSL 236.67º 0.45% 0.39% -
HSV(B) 236.67º 0.62% 0.57% -
XYZ 8.3 6.09 27.53 -
YUV 68.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 55 60 145 0.62 0.59 0 0.43 236.67 0.45 0.39
Hex 37 3C 91 3E 3B 0 2B ED 2D 27
Octal 67 74 221 76 73 0 53 355 55 47
Binary 110111 111100 10010001 111110 111011 0 101011 11101101 101101 100111

Color Harmonies of #373C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C91

Black with #373C91

Text Example


Text Example

White with #373C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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