Html Css Color HEX #442D5D Jagger

📋 copy color: '#442D5D'

red 68 ◦ green 45 ◦ blue 93

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

Shades of Jagger #442D5D

Tints of Jagger #442D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.15%

R = 33.01%
G = 21.84%
B = 45.15%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#442D5D (or 0x442D5D) is known color: Jagger. HEX triplet: 44, 2D and 5D. RGB value is (68,45,93). Sum of RGB (Red+Green+Blue) = 68+45+93=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #442D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D5D is #BBD2A2. Grayscale: #393939. Windows color (decimal): -12309155 or 6106436. OLE color: 6106436.

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

Color convert

RGB 68 45 93 -
CMYK 0.27 0.52 0 0.64
HSL 268.75º 0.35% 0.27% -
HSV(B) 268.75º 0.52% 0.36% -
XYZ 5.3 3.9 10.83 -
YUV 57.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 68 45 93 0.27 0.52 0 0.64 268.75 0.35 0.27
Hex 44 2D 5D 1B 34 0 40 10D 23 1B
Octal 104 55 135 33 64 0 100 415 43 33
Binary 1000100 101101 1011101 11011 110100 0 1000000 100001101 100011 11011

Color Harmonies of #442D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D5D

Black with #442D5D

Text Example


Text Example

White with #442D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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