Html Css Color HEX #444180 Jacksons Purple

📋 copy color: '#444180'

red 68 ◦ green 65 ◦ blue 128

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

Shades of Jacksons Purple #444180

Tints of Jacksons Purple #444180

RGB

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

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

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

R = 26.05%
G = 24.9%
B = 49.04%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#444180 (or 0x444180) is known color: Jacksons Purple. HEX triplet: 44, 41 and 80. RGB value is (68,65,128). Sum of RGB (Red+Green+Blue) = 68+65+128=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #444180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444180 is #BBBE7F. Grayscale: #484848. Windows color (decimal): -12304000 or 8405316. OLE color: 8405316.

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

Color convert

RGB 68 65 128 -
CMYK 0.47 0.49 0 0.50
HSL 242.86º 0.33% 0.38% -
HSV(B) 242.86º 0.49% 0.5% -
XYZ 8.17 6.57 21.26 -
YUV 73.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 68 65 128 0.47 0.49 0 0.50 242.86 0.33 0.38
Hex 44 41 80 2F 31 0 32 F3 21 26
Octal 104 101 200 57 61 0 62 363 41 46
Binary 1000100 1000001 10000000 101111 110001 0 110010 11110011 100001 100110

Color Harmonies of #444180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444180

Black with #444180

Text Example


Text Example

White with #444180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444180; }

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

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

background-color css

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

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

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

border-color css

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

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

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