Html Css Color HEX #44417A Jacksons Purple

📋 copy color: '#44417A'

red 68 ◦ green 65 ◦ blue 122

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

Shades of Jacksons Purple #44417A

Tints of Jacksons Purple #44417A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.84%

R = 26.67%
G = 25.49%
B = 47.84%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44417A (or 0x44417A) is known color: Jacksons Purple. HEX triplet: 44, 41 and 7A. RGB value is (68,65,122). Sum of RGB (Red+Green+Blue) = 68+65+122=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 122 (48.05% from 255 or 47.84% from 255); Max value from RGB is 122 - color contains mainly: blue. Hex color #44417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44417A is #BBBE85. Grayscale: #484848. Windows color (decimal): -12304006 or 8012100. OLE color: 8012100.

HSL color Cylindrical-coordinate representation of color #44417A: hue angle of 243.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44417A is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 65 122 -
CMYK 0.44 0.47 0 0.52
HSL 243.16º 0.3% 0.37% -
HSV(B) 243.16º 0.47% 0.48% -
XYZ 7.79 6.41 19.24 -
YUV 72.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 68 65 122 0.44 0.47 0 0.52 243.16 0.3 0.37
Hex 44 41 7A 2C 2F 0 34 F3 1E 25
Octal 104 101 172 54 57 0 64 363 36 45
Binary 1000100 1000001 1111010 101100 101111 0 110100 11110011 11110 100101

Color Harmonies of #44417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44417A

Black with #44417A

Text Example


Text Example

White with #44417A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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