Html Css Color HEX #444581 Jacksons Purple

📋 copy color: '#444581'

red 68 ◦ green 69 ◦ blue 129

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

Shades of Jacksons Purple #444581

Tints of Jacksons Purple #444581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 25.56%
G = 25.94%
B = 48.5%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444581 (or 0x444581) is known color: Jacksons Purple. HEX triplet: 44, 45 and 81. RGB value is (68,69,129). Sum of RGB (Red+Green+Blue) = 68+69+129=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #444581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444581 is #BBBA7E. Grayscale: #4B4B4B. Windows color (decimal): -12302975 or 8471876. OLE color: 8471876.

HSL color Cylindrical-coordinate representation of color #444581: hue angle of 239.02º 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 #444581 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 69 129 -
CMYK 0.47 0.47 0 0.49
HSL 239.02º 0.31% 0.39% -
HSV(B) 239.02º 0.47% 0.51% -
XYZ 8.47 7.07 21.69 -
YUV 75.54 158.17 122.62 -
System Red Green Blue C M Y K H S L
Decimal 68 69 129 0.47 0.47 0 0.49 239.02 0.31 0.39
Hex 44 45 81 2F 2F 0 31 EF 1F 27
Octal 104 105 201 57 57 0 61 357 37 47
Binary 1000100 1000101 10000001 101111 101111 0 110001 11101111 11111 100111

Color Harmonies of #444581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444581

Black with #444581

Text Example


Text Example

White with #444581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444581; }

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

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

background-color css

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

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

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

border-color css

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

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

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