Html Css Color HEX #44417B Jacksons Purple

📋 copy color: '#44417B'

red 68 ◦ green 65 ◦ blue 123

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

Shades of Jacksons Purple #44417B

Tints of Jacksons Purple #44417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.05%

R = 26.56%
G = 25.39%
B = 48.05%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44417B (or 0x44417B) is known color: Jacksons Purple. HEX triplet: 44, 41 and 7B. RGB value is (68,65,123). Sum of RGB (Red+Green+Blue) = 68+65+123=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #44417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44417B is #BBBE84. Grayscale: #484848. Windows color (decimal): -12304005 or 8077636. OLE color: 8077636.

HSL color Cylindrical-coordinate representation of color #44417B: hue angle of 243.1º degrees, saturation: 0.31, 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 #44417B is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 65 123 -
CMYK 0.45 0.47 0 0.52
HSL 243.1º 0.31% 0.37% -
HSV(B) 243.1º 0.47% 0.48% -
XYZ 7.85 6.44 19.57 -
YUV 72.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 68 65 123 0.45 0.47 0 0.52 243.1 0.31 0.37
Hex 44 41 7B 2D 2F 0 34 F3 1F 25
Octal 104 101 173 55 57 0 64 363 37 45
Binary 1000100 1000001 1111011 101101 101111 0 110100 11110011 11111 100101

Color Harmonies of #44417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44417B

Black with #44417B

Text Example


Text Example

White with #44417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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