Html Css Color HEX #44457B Jacksons Purple

📋 copy color: '#44457B'

red 68 ◦ green 69 ◦ blue 123

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

Shades of Jacksons Purple #44457B

Tints of Jacksons Purple #44457B

RGB

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

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

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

R = 26.15%
G = 26.54%
B = 47.31%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44457B (or 0x44457B) is known color: Jacksons Purple. HEX triplet: 44, 45 and 7B. RGB value is (68,69,123). Sum of RGB (Red+Green+Blue) = 68+69+123=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #44457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44457B is #BBBA84. Grayscale: #4A4A4A. Windows color (decimal): -12302981 or 8078660. OLE color: 8078660.

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

Color convert

RGB 68 69 123 -
CMYK 0.45 0.44 0 0.52
HSL 238.91º 0.29% 0.37% -
HSV(B) 238.91º 0.45% 0.48% -
XYZ 8.09 6.92 19.65 -
YUV 74.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 68 69 123 0.45 0.44 0 0.52 238.91 0.29 0.37
Hex 44 45 7B 2D 2C 0 34 EF 1D 25
Octal 104 105 173 55 54 0 64 357 35 45
Binary 1000100 1000101 1111011 101101 101100 0 110100 11101111 11101 100101

Color Harmonies of #44457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44457B

Black with #44457B

Text Example


Text Example

White with #44457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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