Html Css Color HEX #442F52 Jagger

📋 copy color: '#442F52'

red 68 ◦ green 47 ◦ blue 82

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

Shades of Jagger #442F52

Tints of Jagger #442F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.86%

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 34.52%
G = 23.86%
B = 41.62%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#442F52 (or 0x442F52) is known color: Jagger. HEX triplet: 44, 2F and 52. RGB value is (68,47,82). Sum of RGB (Red+Green+Blue) = 68+47+82=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #442F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F52 is #BBD0AD. Grayscale: #393939. Windows color (decimal): -12308654 or 5386052. OLE color: 5386052.

HSL color Cylindrical-coordinate representation of color #442F52: hue angle of 276º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #442F52 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 47 82 -
CMYK 0.17 0.43 0 0.68
HSL 276º 0.27% 0.25% -
HSV(B) 276º 0.43% 0.32% -
XYZ 4.92 3.87 8.47 -
YUV 57.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 68 47 82 0.17 0.43 0 0.68 276 0.27 0.25
Hex 44 2F 52 11 2B 0 44 114 1B 19
Octal 104 57 122 21 53 0 104 424 33 31
Binary 1000100 101111 1010010 10001 101011 0 1000100 100010100 11011 11001

Color Harmonies of #442F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442F52

Black with #442F52

Text Example


Text Example

White with #442F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,47,82); }

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

background-color css

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

 a { background-color: rgb(68,47,82); }

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

border-color css

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

 span { border-color: rgb(68,47,82); }

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