Html Css Color HEX #443071 Windsor

📋 copy color: '#443071'

red 68 ◦ green 48 ◦ blue 113

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

Shades of Windsor #443071

Tints of Windsor #443071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

 BLUE value IS 113 (44.53% from 255) = 49.34%

R = 29.69%
G = 20.96%
B = 49.34%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#443071 (or 0x443071) is known color: Windsor. HEX triplet: 44, 30 and 71. RGB value is (68,48,113). Sum of RGB (Red+Green+Blue) = 68+48+113=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #443071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443071 is #BBCF8E. Grayscale: #3D3D3D. Windows color (decimal): -12308367 or 7417924. OLE color: 7417924.

HSL color Cylindrical-coordinate representation of color #443071: hue angle of 258.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #443071 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 48 113 -
CMYK 0.40 0.58 0 0.56
HSL 258.46º 0.4% 0.32% -
HSV(B) 258.46º 0.58% 0.44% -
XYZ 6.42 4.54 16.16 -
YUV 61.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 68 48 113 0.40 0.58 0 0.56 258.46 0.4 0.32
Hex 44 30 71 28 3A 0 38 102 28 20
Octal 104 60 161 50 72 0 70 402 50 40
Binary 1000100 110000 1110001 101000 111010 0 111000 100000010 101000 100000

Color Harmonies of #443071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443071

Black with #443071

Text Example


Text Example

White with #443071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443071; }

 p { color: rgb(68,48,113); }

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

background-color css

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

 a { background-color: rgb(68,48,113); }

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

border-color css

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

 span { border-color: rgb(68,48,113); }

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