Html Css Color HEX #373D93 Jacksons Purple

📋 copy color: '#373D93'

red 55 ◦ green 61 ◦ blue 147

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

Shades of Jacksons Purple #373D93

Tints of Jacksons Purple #373D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 20.91%
G = 23.19%
B = 55.89%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#373D93 (or 0x373D93) is known color: Jacksons Purple. HEX triplet: 37, 3D and 93. RGB value is (55,61,147). Sum of RGB (Red+Green+Blue) = 55+61+147=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #373D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373D93 is #C8C26C. Grayscale: #444444. Windows color (decimal): -13156973 or 9649463. OLE color: 9649463.

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

Color convert

RGB 55 61 147 -
CMYK 0.63 0.59 0 0.42
HSL 236.09º 0.46% 0.4% -
HSV(B) 236.09º 0.63% 0.58% -
XYZ 8.51 6.26 28.36 -
YUV 69.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 55 61 147 0.63 0.59 0 0.42 236.09 0.46 0.4
Hex 37 3D 93 3F 3B 0 2A EC 2E 28
Octal 67 75 223 77 73 0 52 354 56 50
Binary 110111 111101 10010011 111111 111011 0 101010 11101100 101110 101000

Color Harmonies of #373D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D93

Black with #373D93

Text Example


Text Example

White with #373D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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