Html Css Color HEX #374087 Jacksons Purple

📋 copy color: '#374087'

red 55 ◦ green 64 ◦ blue 135

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

Shades of Jacksons Purple #374087

Tints of Jacksons Purple #374087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 53.15%

R = 21.65%
G = 25.2%
B = 53.15%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374087 (or 0x374087) is known color: Jacksons Purple. HEX triplet: 37, 40 and 87. RGB value is (55,64,135). Sum of RGB (Red+Green+Blue) = 55+64+135=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #374087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374087 is #C8BF78. Grayscale: #454545. Windows color (decimal): -13156217 or 8863799. OLE color: 8863799.

HSL color Cylindrical-coordinate representation of color #374087: hue angle of 233.25º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374087 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 64 135 -
CMYK 0.59 0.53 0 0.47
HSL 233.25º 0.42% 0.37% -
HSV(B) 233.25º 0.59% 0.53% -
XYZ 7.78 6.23 23.71 -
YUV 69.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 55 64 135 0.59 0.53 0 0.47 233.25 0.42 0.37
Hex 37 40 87 3B 35 0 2F E9 2A 25
Octal 67 100 207 73 65 0 57 351 52 45
Binary 110111 1000000 10000111 111011 110101 0 101111 11101001 101010 100101

Color Harmonies of #374087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374087

Black with #374087

Text Example


Text Example

White with #374087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374087; }

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

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

background-color css

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

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

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

border-color css

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

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

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