Html Css Color HEX #443180 Windsor

📋 copy color: '#443180'

red 68 ◦ green 49 ◦ blue 128

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

Shades of Windsor #443180

Tints of Windsor #443180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 27.76%
G = 20%
B = 52.24%

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

#443180 (or 0x443180) is known color: Windsor. HEX triplet: 44, 31 and 80. RGB value is (68,49,128). Sum of RGB (Red+Green+Blue) = 68+49+128=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #443180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443180 is #BBCE7F. Grayscale: #3F3F3F. Windows color (decimal): -12308096 or 8401220. OLE color: 8401220.

HSL color Cylindrical-coordinate representation of color #443180: hue angle of 254.43º 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 #443180 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 49 128 -
CMYK 0.47 0.62 0 0.50
HSL 254.43º 0.45% 0.35% -
HSV(B) 254.43º 0.62% 0.5% -
XYZ 7.38 4.98 21 -
YUV 63.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 68 49 128 0.47 0.62 0 0.50 254.43 0.45 0.35
Hex 44 31 80 2F 3E 0 32 FE 2D 23
Octal 104 61 200 57 76 0 62 376 55 43
Binary 1000100 110001 10000000 101111 111110 0 110010 11111110 101101 100011

Color Harmonies of #443180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443180

Black with #443180

Text Example


Text Example

White with #443180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443180; }

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

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

background-color css

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

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

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

border-color css

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

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

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