Html Css Color HEX #442D5C Jagger

📋 copy color: '#442D5C'

red 68 ◦ green 45 ◦ blue 92

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

Shades of Jagger #442D5C

Tints of Jagger #442D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 33.17%
G = 21.95%
B = 44.88%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#442D5C (or 0x442D5C) is known color: Jagger. HEX triplet: 44, 2D and 5C. RGB value is (68,45,92). Sum of RGB (Red+Green+Blue) = 68+45+92=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #442D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D5C is #BBD2A3. Grayscale: #393939. Windows color (decimal): -12309156 or 6040900. OLE color: 6040900.

HSL color Cylindrical-coordinate representation of color #442D5C: hue angle of 269.36º 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 #442D5C is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 45 92 -
CMYK 0.26 0.51 0 0.64
HSL 269.36º 0.34% 0.27% -
HSV(B) 269.36º 0.51% 0.36% -
XYZ 5.25 3.88 10.6 -
YUV 57.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 68 45 92 0.26 0.51 0 0.64 269.36 0.34 0.27
Hex 44 2D 5C 1A 33 0 40 10D 22 1B
Octal 104 55 134 32 63 0 100 415 42 33
Binary 1000100 101101 1011100 11010 110011 0 1000000 100001101 100010 11011

Color Harmonies of #442D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442D5C

Black with #442D5C

Text Example


Text Example

White with #442D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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