Html Css Color HEX #443378 Windsor

📋 copy color: '#443378'

red 68 ◦ green 51 ◦ blue 120

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

Shades of Windsor #443378

Tints of Windsor #443378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 28.45%
G = 21.34%
B = 50.21%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#443378 (or 0x443378) is known color: Windsor. HEX triplet: 44, 33 and 78. RGB value is (68,51,120). Sum of RGB (Red+Green+Blue) = 68+51+120=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #443378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443378 is #BBCC87. Grayscale: #3F3F3F. Windows color (decimal): -12307592 or 7877444. OLE color: 7877444.

HSL color Cylindrical-coordinate representation of color #443378: hue angle of 254.78º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #443378 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 51 120 -
CMYK 0.43 0.58 0 0.53
HSL 254.78º 0.4% 0.34% -
HSV(B) 254.78º 0.58% 0.47% -
XYZ 6.96 4.95 18.36 -
YUV 63.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 68 51 120 0.43 0.58 0 0.53 254.78 0.4 0.34
Hex 44 33 78 2B 3A 0 35 FF 28 22
Octal 104 63 170 53 72 0 65 377 50 42
Binary 1000100 110011 1111000 101011 111010 0 110101 11111111 101000 100010

Color Harmonies of #443378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443378

Black with #443378

Text Example


Text Example

White with #443378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443378; }

 p { color: rgb(68,51,120); }

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

background-color css

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

 a { background-color: rgb(68,51,120); }

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

border-color css

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

 span { border-color: rgb(68,51,120); }

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