Html Css Color HEX #374185 Jacksons Purple

📋 copy color: '#374185'

red 55 ◦ green 65 ◦ blue 133

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

Shades of Jacksons Purple #374185

Tints of Jacksons Purple #374185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 21.74%
G = 25.69%
B = 52.57%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#374185 (or 0x374185) is known color: Jacksons Purple. HEX triplet: 37, 41 and 85. RGB value is (55,65,133). Sum of RGB (Red+Green+Blue) = 55+65+133=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #374185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374185 is #C8BE7A. Grayscale: #454545. Windows color (decimal): -13155963 or 8732983. OLE color: 8732983.

HSL color Cylindrical-coordinate representation of color #374185: hue angle of 232.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #374185 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 65 133 -
CMYK 0.59 0.51 0 0.48
HSL 232.31º 0.41% 0.37% -
HSV(B) 232.31º 0.59% 0.52% -
XYZ 7.7 6.29 23 -
YUV 69.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 55 65 133 0.59 0.51 0 0.48 232.31 0.41 0.37
Hex 37 41 85 3B 33 0 30 E8 29 25
Octal 67 101 205 73 63 0 60 350 51 45
Binary 110111 1000001 10000101 111011 110011 0 110000 11101000 101001 100101

Color Harmonies of #374185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374185

Black with #374185

Text Example


Text Example

White with #374185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374185; }

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

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

background-color css

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

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

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

border-color css

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

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

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