Html Css Color HEX #443375 Windsor

📋 copy color: '#443375'

red 68 ◦ green 51 ◦ blue 117

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

Shades of Windsor #443375

Tints of Windsor #443375

RGB

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

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

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

R = 28.81%
G = 21.61%
B = 49.58%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#443375 (or 0x443375) is known color: Windsor. HEX triplet: 44, 33 and 75. RGB value is (68,51,117). Sum of RGB (Red+Green+Blue) = 68+51+117=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #443375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443375 is #BBCC8A. Grayscale: #3F3F3F. Windows color (decimal): -12307595 or 7680836. OLE color: 7680836.

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

Color convert

RGB 68 51 117 -
CMYK 0.42 0.56 0 0.54
HSL 255.45º 0.39% 0.33% -
HSV(B) 255.45º 0.56% 0.46% -
XYZ 6.78 4.88 17.41 -
YUV 63.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 68 51 117 0.42 0.56 0 0.54 255.45 0.39 0.33
Hex 44 33 75 2A 38 0 36 FF 27 21
Octal 104 63 165 52 70 0 66 377 47 41
Binary 1000100 110011 1110101 101010 111000 0 110110 11111111 100111 100001

Color Harmonies of #443375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443375

Black with #443375

Text Example


Text Example

White with #443375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443375; }

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

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

background-color css

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

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

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

border-color css

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

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

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