Html Css Color HEX #443270 Windsor

📋 copy color: '#443270'

red 68 ◦ green 50 ◦ blue 112

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

Shades of Windsor #443270

Tints of Windsor #443270

RGB

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

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

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

R = 29.57%
G = 21.74%
B = 48.7%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#443270 (or 0x443270) is known color: Windsor. HEX triplet: 44, 32 and 70. RGB value is (68,50,112). Sum of RGB (Red+Green+Blue) = 68+50+112=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #443270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443270 is #BBCD8F. Grayscale: #3E3E3E. Windows color (decimal): -12307856 or 7352900. OLE color: 7352900.

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

Color convert

RGB 68 50 112 -
CMYK 0.39 0.55 0 0.56
HSL 257.42º 0.38% 0.32% -
HSV(B) 257.42º 0.55% 0.44% -
XYZ 6.45 4.68 15.89 -
YUV 62.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 68 50 112 0.39 0.55 0 0.56 257.42 0.38 0.32
Hex 44 32 70 27 37 0 38 101 26 20
Octal 104 62 160 47 67 0 70 401 46 40
Binary 1000100 110010 1110000 100111 110111 0 111000 100000001 100110 100000

Color Harmonies of #443270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443270

Black with #443270

Text Example


Text Example

White with #443270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443270; }

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

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

background-color css

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

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

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

border-color css

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

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

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