Html Css Color HEX #44478A Jacksons Purple

📋 copy color: '#44478A'

red 68 ◦ green 71 ◦ blue 138

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

Shades of Jacksons Purple #44478A

Tints of Jacksons Purple #44478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.82%

R = 24.55%
G = 25.63%
B = 49.82%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44478A (or 0x44478A) is known color: Jacksons Purple. HEX triplet: 44, 47 and 8A. RGB value is (68,71,138). Sum of RGB (Red+Green+Blue) = 68+71+138=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #44478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44478A is #BBB875. Grayscale: #4D4D4D. Windows color (decimal): -12302454 or 9062212. OLE color: 9062212.

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

Color convert

RGB 68 71 138 -
CMYK 0.51 0.49 0 0.46
HSL 237.43º 0.34% 0.4% -
HSV(B) 237.43º 0.51% 0.54% -
XYZ 9.22 7.57 25.02 -
YUV 77.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 68 71 138 0.51 0.49 0 0.46 237.43 0.34 0.4
Hex 44 47 8A 33 31 0 2E ED 22 28
Octal 104 107 212 63 61 0 56 355 42 50
Binary 1000100 1000111 10001010 110011 110001 0 101110 11101101 100010 101000

Color Harmonies of #44478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44478A

Black with #44478A

Text Example


Text Example

White with #44478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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