Html Css Color HEX #443175 Windsor

📋 copy color: '#443175'

red 68 ◦ green 49 ◦ blue 117

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

Shades of Windsor #443175

Tints of Windsor #443175

RGB

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

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

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

R = 29.06%
G = 20.94%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#443175 (or 0x443175) is known color: Windsor. HEX triplet: 44, 31 and 75. RGB value is (68,49,117). Sum of RGB (Red+Green+Blue) = 68+49+117=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #443175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443175 is #BBCE8A. Grayscale: #3E3E3E. Windows color (decimal): -12308107 or 7680324. OLE color: 7680324.

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

Color convert

RGB 68 49 117 -
CMYK 0.42 0.58 0 0.54
HSL 256.76º 0.41% 0.33% -
HSV(B) 256.76º 0.58% 0.46% -
XYZ 6.69 4.71 17.39 -
YUV 62.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 68 49 117 0.42 0.58 0 0.54 256.76 0.41 0.33
Hex 44 31 75 2A 3A 0 36 101 29 21
Octal 104 61 165 52 72 0 66 401 51 41
Binary 1000100 110001 1110101 101010 111010 0 110110 100000001 101001 100001

Color Harmonies of #443175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443175

Black with #443175

Text Example


Text Example

White with #443175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443175; }

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

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

background-color css

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

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

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

border-color css

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

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

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