Html Css Color HEX #374181 Jacksons Purple

📋 copy color: '#374181'

red 55 ◦ green 65 ◦ blue 129

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

Shades of Jacksons Purple #374181

Tints of Jacksons Purple #374181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 22.09%
G = 26.1%
B = 51.81%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#374181 (or 0x374181) is known color: Jacksons Purple. HEX triplet: 37, 41 and 81. RGB value is (55,65,129). Sum of RGB (Red+Green+Blue) = 55+65+129=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #374181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374181 is #C8BE7E. Grayscale: #454545. Windows color (decimal): -13155967 or 8470839. OLE color: 8470839.

HSL color Cylindrical-coordinate representation of color #374181: hue angle of 231.89º 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 #374181 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 65 129 -
CMYK 0.57 0.50 0 0.49
HSL 231.89º 0.4% 0.36% -
HSV(B) 231.89º 0.57% 0.51% -
XYZ 7.43 6.18 21.57 -
YUV 69.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 55 65 129 0.57 0.50 0 0.49 231.89 0.4 0.36
Hex 37 41 81 39 32 0 31 E8 28 24
Octal 67 101 201 71 62 0 61 350 50 44
Binary 110111 1000001 10000001 111001 110010 0 110001 11101000 101000 100100

Color Harmonies of #374181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374181

Black with #374181

Text Example


Text Example

White with #374181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374181; }

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

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

background-color css

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

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

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

border-color css

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

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

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