Html Css Color HEX #373F92 Jacksons Purple

📋 copy color: '#373F92'

red 55 ◦ green 63 ◦ blue 146

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

Shades of Jacksons Purple #373F92

Tints of Jacksons Purple #373F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.3%

R = 20.83%
G = 23.86%
B = 55.3%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#373F92 (or 0x373F92) is known color: Jacksons Purple. HEX triplet: 37, 3F and 92. RGB value is (55,63,146). Sum of RGB (Red+Green+Blue) = 55+63+146=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #373F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F92 is #C8C06D. Grayscale: #454545. Windows color (decimal): -13156462 or 9584439. OLE color: 9584439.

HSL color Cylindrical-coordinate representation of color #373F92: hue angle of 234.73º 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 #373F92 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 63 146 -
CMYK 0.62 0.57 0 0.43
HSL 234.73º 0.45% 0.39% -
HSV(B) 234.73º 0.62% 0.57% -
XYZ 8.54 6.44 27.99 -
YUV 70.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 55 63 146 0.62 0.57 0 0.43 234.73 0.45 0.39
Hex 37 3F 92 3E 39 0 2B EB 2D 27
Octal 67 77 222 76 71 0 53 353 55 47
Binary 110111 111111 10010010 111110 111001 0 101011 11101011 101101 100111

Color Harmonies of #373F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F92

Black with #373F92

Text Example


Text Example

White with #373F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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