Html Css Color HEX #443058 Jagger

📋 copy color: '#443058'

red 68 ◦ green 48 ◦ blue 88

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

Shades of Jagger #443058

Tints of Jagger #443058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 33.33%
G = 23.53%
B = 43.14%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#443058 (or 0x443058) is known color: Jagger. HEX triplet: 44, 30 and 58. RGB value is (68,48,88). Sum of RGB (Red+Green+Blue) = 68+48+88=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #443058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443058 is #BBCFA7. Grayscale: #3A3A3A. Windows color (decimal): -12308392 or 5779524. OLE color: 5779524.

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

Color convert

RGB 68 48 88 -
CMYK 0.23 0.45 0 0.65
HSL 270º 0.29% 0.27% -
HSV(B) 270º 0.45% 0.35% -
XYZ 5.2 4.05 9.74 -
YUV 58.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 68 48 88 0.23 0.45 0 0.65 270 0.29 0.27
Hex 44 30 58 17 2D 0 41 10E 1D 1B
Octal 104 60 130 27 55 0 101 416 35 33
Binary 1000100 110000 1011000 10111 101101 0 1000001 100001110 11101 11011

Color Harmonies of #443058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443058

Black with #443058

Text Example


Text Example

White with #443058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443058; }

 p { color: rgb(68,48,88); }

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

background-color css

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

 a { background-color: rgb(68,48,88); }

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

border-color css

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

 span { border-color: rgb(68,48,88); }

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