Html Css Color HEX #444787 Jacksons Purple

📋 copy color: '#444787'

red 68 ◦ green 71 ◦ blue 135

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

Shades of Jacksons Purple #444787

Tints of Jacksons Purple #444787

RGB

 RED value IS 68 (26.95% from 255) = 24.82%

 GREEN value IS 71 (28.13% from 255) = 25.91%

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

R = 24.82%
G = 25.91%
B = 49.27%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#444787 (or 0x444787) is known color: Jacksons Purple. HEX triplet: 44, 47 and 87. RGB value is (68,71,135). Sum of RGB (Red+Green+Blue) = 68+71+135=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #444787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444787 is #BBB878. Grayscale: #4D4D4D. Windows color (decimal): -12302457 or 8865604. OLE color: 8865604.

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

Color convert

RGB 68 71 135 -
CMYK 0.50 0.47 0 0.47
HSL 237.31º 0.33% 0.4% -
HSV(B) 237.31º 0.5% 0.53% -
XYZ 9.01 7.48 23.89 -
YUV 77.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 68 71 135 0.50 0.47 0 0.47 237.31 0.33 0.4
Hex 44 47 87 32 2F 0 2F ED 21 28
Octal 104 107 207 62 57 0 57 355 41 50
Binary 1000100 1000111 10000111 110010 101111 0 101111 11101101 100001 101000

Color Harmonies of #444787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444787

Black with #444787

Text Example


Text Example

White with #444787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444787; }

 p { color: rgb(68,71,135); }

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

background-color css

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

 a { background-color: rgb(68,71,135); }

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

border-color css

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

 span { border-color: rgb(68,71,135); }

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