Html Css Color HEX #442D5B Jagger

📋 copy color: '#442D5B'

red 68 ◦ green 45 ◦ blue 91

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

Shades of Jagger #442D5B

Tints of Jagger #442D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 33.33%
G = 22.06%
B = 44.61%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#442D5B (or 0x442D5B) is known color: Jagger. HEX triplet: 44, 2D and 5B. RGB value is (68,45,91). Sum of RGB (Red+Green+Blue) = 68+45+91=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #442D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D5B is #BBD2A4. Grayscale: #383838. Windows color (decimal): -12309157 or 5975364. OLE color: 5975364.

HSL color Cylindrical-coordinate representation of color #442D5B: hue angle of 270º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442D5B is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 45 91 -
CMYK 0.25 0.51 0 0.64
HSL 270º 0.34% 0.27% -
HSV(B) 270º 0.51% 0.36% -
XYZ 5.21 3.86 10.37 -
YUV 57.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 68 45 91 0.25 0.51 0 0.64 270 0.34 0.27
Hex 44 2D 5B 19 33 0 40 10E 22 1B
Octal 104 55 133 31 63 0 100 416 42 33
Binary 1000100 101101 1011011 11001 110011 0 1000000 100001110 100010 11011

Color Harmonies of #442D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D5B

Black with #442D5B

Text Example


Text Example

White with #442D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442D5B; }

 p { color: rgb(68,45,91); }

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

background-color css

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

 a { background-color: rgb(68,45,91); }

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

border-color css

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

 span { border-color: rgb(68,45,91); }

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