Html Css Color HEX #374281 Jacksons Purple

📋 copy color: '#374281'

red 55 ◦ green 66 ◦ blue 129

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

Shades of Jacksons Purple #374281

Tints of Jacksons Purple #374281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.6%

R = 22%
G = 26.4%
B = 51.6%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374281 (or 0x374281) is known color: Jacksons Purple. HEX triplet: 37, 42 and 81. RGB value is (55,66,129). Sum of RGB (Red+Green+Blue) = 55+66+129=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #374281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374281 is #C8BD7E. Grayscale: #454545. Windows color (decimal): -13155711 or 8471095. OLE color: 8471095.

HSL color Cylindrical-coordinate representation of color #374281: hue angle of 231.08º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374281 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 66 129 -
CMYK 0.57 0.49 0 0.49
HSL 231.08º 0.4% 0.36% -
HSV(B) 231.08º 0.57% 0.51% -
XYZ 7.49 6.29 21.59 -
YUV 69.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 55 66 129 0.57 0.49 0 0.49 231.08 0.4 0.36
Hex 37 42 81 39 31 0 31 E7 28 24
Octal 67 102 201 71 61 0 61 347 50 44
Binary 110111 1000010 10000001 111001 110001 0 110001 11100111 101000 100100

Color Harmonies of #374281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374281

Black with #374281

Text Example


Text Example

White with #374281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374281; }

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

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

background-color css

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

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

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

border-color css

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

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

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