Html Css Color HEX #443278 Windsor

📋 copy color: '#443278'

red 68 ◦ green 50 ◦ blue 120

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

Shades of Windsor #443278

Tints of Windsor #443278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

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

R = 28.57%
G = 21.01%
B = 50.42%

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

#443278 (or 0x443278) is known color: Windsor. HEX triplet: 44, 32 and 78. RGB value is (68,50,120). Sum of RGB (Red+Green+Blue) = 68+50+120=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #443278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443278 is #BBCD87. Grayscale: #3F3F3F. Windows color (decimal): -12307848 or 7877188. OLE color: 7877188.

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

Color convert

RGB 68 50 120 -
CMYK 0.43 0.58 0 0.53
HSL 255.43º 0.41% 0.33% -
HSV(B) 255.43º 0.58% 0.47% -
XYZ 6.91 4.87 18.34 -
YUV 63.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 68 50 120 0.43 0.58 0 0.53 255.43 0.41 0.33
Hex 44 32 78 2B 3A 0 35 FF 29 21
Octal 104 62 170 53 72 0 65 377 51 41
Binary 1000100 110010 1111000 101011 111010 0 110101 11111111 101001 100001

Color Harmonies of #443278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443278

Black with #443278

Text Example


Text Example

White with #443278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443278; }

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

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

background-color css

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

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

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

border-color css

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

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

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