Html Css Color HEX #374093 Jacksons Purple

📋 copy color: '#374093'

red 55 ◦ green 64 ◦ blue 147

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

Shades of Jacksons Purple #374093

Tints of Jacksons Purple #374093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 20.68%
G = 24.06%
B = 55.26%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#374093 (or 0x374093) is known color: Jacksons Purple. HEX triplet: 37, 40 and 93. RGB value is (55,64,147). Sum of RGB (Red+Green+Blue) = 55+64+147=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #374093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374093 is #C8BF6C. Grayscale: #464646. Windows color (decimal): -13156205 or 9650231. OLE color: 9650231.

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

Color convert

RGB 55 64 147 -
CMYK 0.63 0.56 0 0.42
HSL 234.13º 0.46% 0.4% -
HSV(B) 234.13º 0.63% 0.58% -
XYZ 8.68 6.59 28.42 -
YUV 70.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 55 64 147 0.63 0.56 0 0.42 234.13 0.46 0.4
Hex 37 40 93 3F 38 0 2A EA 2E 28
Octal 67 100 223 77 70 0 52 352 56 50
Binary 110111 1000000 10010011 111111 111000 0 101010 11101010 101110 101000

Color Harmonies of #374093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374093

Black with #374093

Text Example


Text Example

White with #374093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374093; }

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

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

background-color css

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

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

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

border-color css

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

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

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