Html Css Color HEX #443275 Windsor

📋 copy color: '#443275'

red 68 ◦ green 50 ◦ blue 117

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

Shades of Windsor #443275

Tints of Windsor #443275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.79%

R = 28.94%
G = 21.28%
B = 49.79%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#443275 (or 0x443275) is known color: Windsor. HEX triplet: 44, 32 and 75. RGB value is (68,50,117). Sum of RGB (Red+Green+Blue) = 68+50+117=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #443275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443275 is #BBCD8A. Grayscale: #3E3E3E. Windows color (decimal): -12307851 or 7680580. OLE color: 7680580.

HSL color Cylindrical-coordinate representation of color #443275: hue angle of 256.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #443275 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 50 117 -
CMYK 0.42 0.57 0 0.54
HSL 256.12º 0.4% 0.33% -
HSV(B) 256.12º 0.57% 0.46% -
XYZ 6.74 4.79 17.4 -
YUV 63.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 68 50 117 0.42 0.57 0 0.54 256.12 0.4 0.33
Hex 44 32 75 2A 39 0 36 100 28 21
Octal 104 62 165 52 71 0 66 400 50 41
Binary 1000100 110010 1110101 101010 111001 0 110110 100000000 101000 100001

Color Harmonies of #443275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443275

Black with #443275

Text Example


Text Example

White with #443275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443275; }

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

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

background-color css

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

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

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

border-color css

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

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

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