Html Css Color HEX #443080 Windsor

📋 copy color: '#443080'

red 68 ◦ green 48 ◦ blue 128

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

Shades of Windsor #443080

Tints of Windsor #443080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 27.87%
G = 19.67%
B = 52.46%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#443080 (or 0x443080) is known color: Windsor. HEX triplet: 44, 30 and 80. RGB value is (68,48,128). Sum of RGB (Red+Green+Blue) = 68+48+128=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #443080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443080 is #BBCF7F. Grayscale: #3E3E3E. Windows color (decimal): -12308352 or 8400964. OLE color: 8400964.

HSL color Cylindrical-coordinate representation of color #443080: hue angle of 255º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #443080 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 48 128 -
CMYK 0.47 0.62 0 0.50
HSL 255º 0.45% 0.35% -
HSV(B) 255º 0.63% 0.5% -
XYZ 7.34 4.9 20.98 -
YUV 63.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 68 48 128 0.47 0.62 0 0.50 255 0.45 0.35
Hex 44 30 80 2F 3E 0 32 FF 2D 23
Octal 104 60 200 57 76 0 62 377 55 43
Binary 1000100 110000 10000000 101111 111110 0 110010 11111111 101101 100011

Color Harmonies of #443080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443080

Black with #443080

Text Example


Text Example

White with #443080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443080; }

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

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

background-color css

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

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

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

border-color css

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

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

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