Html Css Color HEX #443170 Windsor

📋 copy color: '#443170'

red 68 ◦ green 49 ◦ blue 112

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

Shades of Windsor #443170

Tints of Windsor #443170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 29.69%
G = 21.4%
B = 48.91%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#443170 (or 0x443170) is known color: Windsor. HEX triplet: 44, 31 and 70. RGB value is (68,49,112). Sum of RGB (Red+Green+Blue) = 68+49+112=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #443170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443170 is #BBCE8F. Grayscale: #3D3D3D. Windows color (decimal): -12308112 or 7352644. OLE color: 7352644.

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

Color convert

RGB 68 49 112 -
CMYK 0.39 0.56 0 0.56
HSL 258.1º 0.39% 0.32% -
HSV(B) 258.1º 0.56% 0.44% -
XYZ 6.41 4.6 15.88 -
YUV 61.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 68 49 112 0.39 0.56 0 0.56 258.1 0.39 0.32
Hex 44 31 70 27 38 0 38 102 27 20
Octal 104 61 160 47 70 0 70 402 47 40
Binary 1000100 110001 1110000 100111 111000 0 111000 100000010 100111 100000

Color Harmonies of #443170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443170

Black with #443170

Text Example


Text Example

White with #443170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443170; }

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

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

background-color css

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

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

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

border-color css

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

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

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