Html Css Color HEX #374287 Jacksons Purple

📋 copy color: '#374287'

red 55 ◦ green 66 ◦ blue 135

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

Shades of Jacksons Purple #374287

Tints of Jacksons Purple #374287

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 21.48%
G = 25.78%
B = 52.73%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#374287 (or 0x374287) is known color: Jacksons Purple. HEX triplet: 37, 42 and 87. RGB value is (55,66,135). Sum of RGB (Red+Green+Blue) = 55+66+135=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #374287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374287 is #C8BD78. Grayscale: #464646. Windows color (decimal): -13155705 or 8864311. OLE color: 8864311.

HSL color Cylindrical-coordinate representation of color #374287: hue angle of 231.75º 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 #374287 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 66 135 -
CMYK 0.59 0.51 0 0.47
HSL 231.75º 0.42% 0.37% -
HSV(B) 231.75º 0.59% 0.53% -
XYZ 7.9 6.46 23.75 -
YUV 70.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 55 66 135 0.59 0.51 0 0.47 231.75 0.42 0.37
Hex 37 42 87 3B 33 0 2F E8 2A 25
Octal 67 102 207 73 63 0 57 350 52 45
Binary 110111 1000010 10000111 111011 110011 0 101111 11101000 101010 100101

Color Harmonies of #374287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374287

Black with #374287

Text Example


Text Example

White with #374287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374287; }

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

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

background-color css

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

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

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

border-color css

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

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

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