Html Css Color HEX #444C81 Jacksons Purple

📋 copy color: '#444C81'

red 68 ◦ green 76 ◦ blue 129

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

Shades of Jacksons Purple #444C81

Tints of Jacksons Purple #444C81

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.84%

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

R = 24.91%
G = 27.84%
B = 47.25%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444C81 (or 0x444C81) is known color: Jacksons Purple. HEX triplet: 44, 4C and 81. RGB value is (68,76,129). Sum of RGB (Red+Green+Blue) = 68+76+129=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #444C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C81 is #BBB37E. Grayscale: #4F4F4F. Windows color (decimal): -12301183 or 8473668. OLE color: 8473668.

HSL color Cylindrical-coordinate representation of color #444C81: hue angle of 232.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444C81 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 76 129 -
CMYK 0.47 0.41 0 0.49
HSL 232.13º 0.31% 0.39% -
HSV(B) 232.13º 0.47% 0.51% -
XYZ 8.93 7.98 21.84 -
YUV 79.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 68 76 129 0.47 0.41 0 0.49 232.13 0.31 0.39
Hex 44 4C 81 2F 29 0 31 E8 1F 27
Octal 104 114 201 57 51 0 61 350 37 47
Binary 1000100 1001100 10000001 101111 101001 0 110001 11101000 11111 100111

Color Harmonies of #444C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C81

Black with #444C81

Text Example


Text Example

White with #444C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444C81; }

 p { color: rgb(68,76,129); }

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

background-color css

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

 a { background-color: rgb(68,76,129); }

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

border-color css

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

 span { border-color: rgb(68,76,129); }

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