Html Css Color HEX #442C5B Jagger

📋 copy color: '#442C5B'

red 68 ◦ green 44 ◦ blue 91

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

Shades of Jagger #442C5B

Tints of Jagger #442C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.67%

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

R = 33.5%
G = 21.67%
B = 44.83%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#442C5B (or 0x442C5B) is known color: Jagger. HEX triplet: 44, 2C and 5B. RGB value is (68,44,91). Sum of RGB (Red+Green+Blue) = 68+44+91=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #442C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C5B is #BBD3A4. Grayscale: #383838. Windows color (decimal): -12309413 or 5975108. OLE color: 5975108.

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

Color convert

RGB 68 44 91 -
CMYK 0.25 0.52 0 0.64
HSL 270.64º 0.35% 0.26% -
HSV(B) 270.64º 0.52% 0.36% -
XYZ 5.17 3.79 10.36 -
YUV 56.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 68 44 91 0.25 0.52 0 0.64 270.64 0.35 0.26
Hex 44 2C 5B 19 34 0 40 10F 23 1A
Octal 104 54 133 31 64 0 100 417 43 32
Binary 1000100 101100 1011011 11001 110100 0 1000000 100001111 100011 11010

Color Harmonies of #442C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442C5B

Black with #442C5B

Text Example


Text Example

White with #442C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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