Html Css Color HEX #374180 Jacksons Purple

📋 copy color: '#374180'

red 55 ◦ green 65 ◦ blue 128

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

Shades of Jacksons Purple #374180

Tints of Jacksons Purple #374180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 22.18%
G = 26.21%
B = 51.61%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#374180 (or 0x374180) is known color: Jacksons Purple. HEX triplet: 37, 41 and 80. RGB value is (55,65,128). Sum of RGB (Red+Green+Blue) = 55+65+128=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #374180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374180 is #C8BE7F. Grayscale: #444444. Windows color (decimal): -13155968 or 8405303. OLE color: 8405303.

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

Color convert

RGB 55 65 128 -
CMYK 0.57 0.49 0 0.50
HSL 231.78º 0.4% 0.36% -
HSV(B) 231.78º 0.57% 0.5% -
XYZ 7.36 6.15 21.22 -
YUV 69.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 55 65 128 0.57 0.49 0 0.50 231.78 0.4 0.36
Hex 37 41 80 39 31 0 32 E8 28 24
Octal 67 101 200 71 61 0 62 350 50 44
Binary 110111 1000001 10000000 111001 110001 0 110010 11101000 101000 100100

Color Harmonies of #374180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374180

Black with #374180

Text Example


Text Example

White with #374180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374180; }

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

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

background-color css

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

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

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

border-color css

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

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

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