Html Css Color HEX #442E5A Jagger

📋 copy color: '#442E5A'

red 68 ◦ green 46 ◦ blue 90

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

Shades of Jagger #442E5A

Tints of Jagger #442E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 33.33%
G = 22.55%
B = 44.12%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442E5A (or 0x442E5A) is known color: Jagger. HEX triplet: 44, 2E and 5A. RGB value is (68,46,90). Sum of RGB (Red+Green+Blue) = 68+46+90=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #442E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E5A is #BBD1A5. Grayscale: #393939. Windows color (decimal): -12308902 or 5910084. OLE color: 5910084.

HSL color Cylindrical-coordinate representation of color #442E5A: hue angle of 270º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #442E5A is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 46 90 -
CMYK 0.24 0.49 0 0.65
HSL 270º 0.32% 0.27% -
HSV(B) 270º 0.49% 0.35% -
XYZ 5.21 3.92 10.16 -
YUV 57.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 68 46 90 0.24 0.49 0 0.65 270 0.32 0.27
Hex 44 2E 5A 18 31 0 41 10E 20 1B
Octal 104 56 132 30 61 0 101 416 40 33
Binary 1000100 101110 1011010 11000 110001 0 1000001 100001110 100000 11011

Color Harmonies of #442E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442E5A

Black with #442E5A

Text Example


Text Example

White with #442E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,46,90); }

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

background-color css

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

 a { background-color: rgb(68,46,90); }

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

border-color css

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

 span { border-color: rgb(68,46,90); }

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